-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add support for exclusive tests #585
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
Labels
type: enhancement
new feature or API change, should be merged into features branch
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: Barry Fitzgerald (BitBucket: pablojim, GitHub: pablojim)
Allowing exclusive tests can give a quicker workflow when debugging a single failing test.
This would work like this - if I appended "only_" to any of my test functions only these tests in the current module would be run.
Would this functionality be accepted as a pull request?
See: http://tobyho.com/2012/09/12/better-tdd-workflow-via-exclusive-tests-in-jasmine-and-mocha/ for example of this in other test frameworks.
The text was updated successfully, but these errors were encountered: