Merge "Docs: Fix wrong stestr argument"

This commit is contained in:
Zuul 2018-07-20 04:23:53 +00:00 committed by Gerrit Code Review
commit b16b890ec6
1 changed files with 2 additions and 2 deletions

View File

@ -597,9 +597,9 @@ For example, the following would run only a single test or test case::
$ tox -e py27 neutron.tests.unit.test_manager.NeutronManagerTestCase
$ tox -e py27 neutron.tests.unit.test_manager.NeutronManagerTestCase.test_service_plugin_is_loaded
If you want to pass other arguments to ostestr, you can do the following::
If you want to pass other arguments to stestr, you can do the following::
$ tox -e py27 -- --regex neutron.tests.unit.test_manager --serial
$ tox -e py27 -- neutron.tests.unit.test_manager --serial
Coverage