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

-r run_tests_list & -s skip_tests_list options would really be nice #37

Open
mam-p opened this issue Jan 17, 2013 · 0 comments
Open

-r run_tests_list & -s skip_tests_list options would really be nice #37

mam-p opened this issue Jan 17, 2013 · 0 comments

Comments

@mam-p
Copy link

mam-p commented Jan 17, 2013

It would be super if we could run a totally miscellaneous set of tests via not just a lengthy query provided to -m but also via a one-testname/line file, the name of which would be provided as argument to a new -r option.

It would be equally super if we could EXCLUDE a totally miscellaneous set of tests via not just a lengthy query provided to -m but also via a one-testname/line file, the name of which would be provided as argument to a new -r option.

We need -m in order to be able to quickly and easily re-run a large number of previously failing tests when a fix has been provided.

And we need -r so that we can deal with temporarily failing tests without having to check in a skip()'ed version of the test case (which then has to have the skip() removed whenever the app fix becomes available, and then checked back in again).

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

No branches or pull requests

1 participant