-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add support for --filter <name>#<dataset> #622
Comments
Currently working ways to run only a single dataset:
or using regex:
Taken from: http://stackoverflow.com/a/12202453/285578 Not to say that adding a sane syntax for the feature wouldn't be a good idea of course |
While
Also dot is easier to type. I know . . . I'm very lazy. :) Bonus points for allowing regular expressions for matching data set names and ranges for numbers. Perhaps both
Yes, this is going way overboard. Just some ideas. |
PR #812 is my stab at this one. I tried to solve it with as few code/interface changes as possible. Might be worth a small refactor in the future, though. |
Invoking
phpunit
with--filter testSomething#42
should only run the test method with nametestSomething
and only for the data set with ID42
.The text was updated successfully, but these errors were encountered: