document running a small set of tests

Change-Id: I63807c580ad962127c6eaa3dc7e78fbe7ce2263f
Closes-Bug: #1347773
This commit is contained in:
Ionuț Arțăriși 2014-07-23 17:49:19 +02:00
parent 8bbcc3949c
commit 3aa6324dea

View File

@ -50,6 +50,11 @@ To generate a coverage report,run:
(note: on some boxes, the results may not be accurate unless you run it twice)
If you want to run only the tests in one file you can use testtools e.g.
.. code-block:: bash
$ python -m testtools.run trove.tests.unittests.python.module.path
======
Docs