Skip to content

Commit

Permalink
docs: add information about how to (continuously) run a single test s…
Browse files Browse the repository at this point in the history
…uite
  • Loading branch information
joscha committed Nov 12, 2015
1 parent 9371c97 commit 040b321
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions DEVELOPERS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ For a quick spot check of the tests you can test against a specific version
like this::

$ tox -e py26

Only run a portion of tests
===========================

To only run the xunit tests in one environment for example:

$ ./run_tests.sh -e py26 -- unit_tests/test_xunit.py

TDD
===

For a fast feedback cycle on a specific area of nose, you can use [sniffer](https://pypi.python.org/pypi/sniffer).
The following example watches your checkout and runs the xunit tests continuously:

$ sniffer -x unit_tests/test_xunit.py

All Features Must Have Tests
============================
Expand Down

0 comments on commit 040b321

Please # to comment.