Skip to content

Test reordering and selective test execution - #149

Merged
rouson merged 18 commits into
mainfrom
selective-test-execution
Apr 26, 2024
Merged

Test reordering and selective test execution#149
rouson merged 18 commits into
mainfrom
selective-test-execution

Conversation

@rouson

Copy link
Copy Markdown
Contributor

No description provided.

This dependency update will facilitate enabling selective execution
of subsets of unit tests.
This commit facilitates selectively running a subset of unit tests
for the derive types:
- hyperparameters_t
- network_configuration_t
- tensor_range_t
- training_configuration_t
This updates the Sourcery dependency version to facilitate the
selective execution of unit tests that involve vector-valued test
functions as arise in the Inference-Engine test suite whenever one
test function produces an entire truth table as a 1D logical array
of values indicating test passing or failure.
@rouson
rouson requested a review from ktrasApril 24, 2024 04:19
@rousonrouson changed the title Test reordering and selective test execution UTest reordering and selective test executionApr 25, 2024
@rouson
rouson marked this pull request as ready for review April 25, 2024 23:23
@rouson
rouson merged commit 007de65 into mainApr 26, 2024
@rouson
rouson deleted the selective-test-execution branch April 26, 2024 00:11
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@rouson