summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2017-03-18 12:40:43 -0400
committerPaul Belanger <pabelanger@redhat.com>2017-03-18 12:41:01 -0400
commit6a1825d07370fec5a3cded0f9645cfa49024a3c6 (patch)
treee7cd94313a94fd63543a9cb07ed2ba4dcd2480bb /README.rst
parenta22c541c40e7b56559b73ce7548b960e088271a0 (diff)
downloadzuul-6a1825d07370fec5a3cded0f9645cfa49024a3c6.tar.gz
Fix testtools.run syntax for README.rst
Change-Id: I7762bc1954258eaa932239421a832fb7dc95d16e Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 84b9b7afa..932edbf73 100644
--- a/README.rst
+++ b/README.rst
@@ -118,7 +118,7 @@ the following:
Construct a test to fully simulate the series of events you want to
see, then run it in the foreground. For example::
- .tox/py27/bin/python -m testtools.run tests.test_scheduler.TestScheduler.test_jobs_executed
+ .tox/py27/bin/python -m testtools.run tests.unit.test_scheduler.TestScheduler.test_jobs_executed
See TESTING.rst for more information.