Docs: Fix wrong stestr argument
Since ec537c49e9c599127e29dce0702b28fd0fa0a577 switched stestr, regex argument will no longer support, this patch update the test docs. Change-Id: I3dea71143fc4568b1e4aaf8386d45a3dd62b69b2
This commit is contained in:
parent
215aa73baa
commit
b4d3dbc835
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user