From 3aa6324dead7094804043e8440830d3354e83c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20Ar=C8=9B=C4=83ri=C8=99i?= Date: Wed, 23 Jul 2014 17:49:19 +0200 Subject: document running a small set of tests Change-Id: I63807c580ad962127c6eaa3dc7e78fbe7ce2263f Closes-Bug: #1347773 --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.rst') 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 -- cgit v1.2.1