summaryrefslogtreecommitdiff
path: root/TESTING.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-03 18:09:18 +0000
committerGerrit Code Review <review@openstack.org>2017-03-03 18:09:18 +0000
commit09bd3a4b230ac437b1422c1e4602987541dd8913 (patch)
treefea3c018906c5f454f457f3b41b135a1f7ab9a68 /TESTING.rst
parentb0b01aa998473298ce756e844594c0dbd5206c2f (diff)
parentb233e56e3230213abbe67b67143f3643a3206b92 (diff)
downloadzuul-09bd3a4b230ac437b1422c1e4602987541dd8913.tar.gz
Merge "Update testing doc to reflect unit subdir move" into feature/zuulv3
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 f6d948e17..d2cd4c14e 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.test_scheduler.TestScheduler.test_jobs_launched
+ tox -e py27 -- tests.unit.test_scheduler.TestScheduler.test_jobs_launched
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.test_scheduler.TestScheduler.test_jobs_launched
+ .tox/py27/bin/python -m testtools.run tests.unit.test_scheduler.TestScheduler.test_jobs_launched
List Failing Tests
------------------