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

ability to exclude tests by name at runtime #267

Open
edgimar opened this issue Jul 16, 2020 · 1 comment
Open

ability to exclude tests by name at runtime #267

edgimar opened this issue Jul 16, 2020 · 1 comment

Comments

@edgimar
Copy link

edgimar commented Jul 16, 2020

There are the run and runlist commandline arguments that can be used to specify what tests to include, but it would be nice to have a norun argument (or a syntax in the case of runlist, like a '-' prefix) that can be used to indicate tests to exclude at runtime.

@vincentparrett
Copy link
Member

You can exclude by using categories, but it shouldn't be too hard to modify run/runlist to accept a '-' prefix - TNameFilter.Match would be the place to look at for that. Unfortunately I don't have time to work on this right now but will accept a pull request with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants