diff options
Diffstat (limited to 'TESTING.rst')
-rw-r--r-- | TESTING.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TESTING.rst b/TESTING.rst index 293bb8370..56f2fbb5e 100644 --- a/TESTING.rst +++ b/TESTING.rst @@ -67,6 +67,19 @@ List Failing Tests .tox/py27/bin/activate testr failing --list +Hanging Tests +------------- + +The following will run each test in turn and print the name of the +test as it is run:: + + . .tox/py27/bin/activate + testr run --subunit | subunit2pyunit + +You can compare the output of that to:: + + python -m testtools.run discover --list + Need More Info? --------------- |