summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorIonuț Arțăriși <iartarisi@suse.cz>2014-07-23 17:49:19 +0200
committerIonuț Arțăriși <iartarisi@suse.cz>2014-07-23 17:49:19 +0200
commit3aa6324dead7094804043e8440830d3354e83c2e (patch)
tree3e9a06a579923ed2b75de43511608a9403b3861a /README.rst
parent8bbcc3949c3f6990be54601e1fbb043b6c5599f6 (diff)
downloadtrove-3aa6324dead7094804043e8440830d3354e83c2e.tar.gz
document running a small set of tests
Change-Id: I63807c580ad962127c6eaa3dc7e78fbe7ce2263f Closes-Bug: #1347773
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 70def2a5..0924eeda 100644
--- a/README.rst
+++ b/README.rst
@@ -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