Skip to content

Commit

Permalink
Merge pull request #967 from joscha/patch-1
Browse files Browse the repository at this point in the history
docs: add information about how to (continuously) run a single test suite
  • Loading branch information
jszakmeister committed Nov 28, 2015
2 parents ad63d9a + 040b321 commit c303c5d
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 c303c5d

Please # to comment.