Fix testtools.run syntax for README.rst

Change-Id: I7762bc1954258eaa932239421a832fb7dc95d16e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-03-18 12:40:43 -04:00
parent a22c541c40
commit 6a1825d073
1 changed files with 1 additions and 1 deletions

View File

@ -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.