New issue 585: Add support for exclusive tests
https://bitbucket.org/hpk42/pytest/issue/585/add-support-for-exclusive-tests

Barry Fitzgerald:

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.




_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to