[Pytest-commit] Issue #585: Add support for exclusive tests (hpk42/pytest)

Barry Fitzgerald issues-reply at bitbucket.org
Mon Sep 8 12:37:38 CEST 2014


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.






More information about the pytest-commit mailing list