Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests according to selectors #316

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Duhemm
Copy link
Contributor

@Duhemm Duhemm commented Jan 19, 2024

Previously, the utest runner would not take the selectors that are set in an input TaskDef when deciding what to run.

With this patch, utest will inspect the selector and, if a TaskDef contains only NestedTestSelector, it'll run only the tests whose path match that defined in the selector.

Previously, the utest runner would not take the selectors that are set
in an input `TaskDef` when deciding what to run.

With this patch, utest will inspect the selector and, if a `TaskDef`
contains only `NestedTestSelector`, it'll run only the tests whose path
match that defined in the selector.
@Duhemm
Copy link
Contributor Author

Duhemm commented Feb 26, 2024

@lefou Hi! Would you mind please taking a look at this PR?

Sign up for free to 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.

None yet

1 participant