summaryrefslogtreecommitdiff
path: root/TESTING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING.rst')
-rw-r--r--TESTING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/TESTING.rst b/TESTING.rst
index d2cd4c14e..0786ebf40 100644
--- a/TESTING.rst
+++ b/TESTING.rst
@@ -64,12 +64,12 @@ To run individual tests with tox::
For example, to *run the basic Zuul test*::
- tox -e py27 -- tests.unit.test_scheduler.TestScheduler.test_jobs_launched
+ tox -e py27 -- tests.unit.test_scheduler.TestScheduler.test_jobs_executed
To *run one test in the foreground* (after previously having run tox
to set up the virtualenv)::
- .tox/py27/bin/python -m testtools.run tests.unit.test_scheduler.TestScheduler.test_jobs_launched
+ .tox/py27/bin/python -m testtools.run tests.unit.test_scheduler.TestScheduler.test_jobs_executed
List Failing Tests
------------------