Merge "Update testing doc to reflect unit subdir move" into feature/zuulv3

This commit is contained in:
Jenkins 2017-03-03 18:09:18 +00:00 committed by Gerrit Code Review
commit 09bd3a4b23
1 changed files with 2 additions and 2 deletions

View File

@ -64,12 +64,12 @@ To run individual tests with tox::
For example, to *run the basic Zuul test*:: 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 *run one test in the foreground* (after previously having run tox
to set up the virtualenv):: 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 List Failing Tests
------------------ ------------------