File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ options and what the test run does by default.
2727Running a subset of tests using tox
2828-----------------------------------
2929One common activity is to just run a single test, you can do this with tox
30- simply by specifying to just run py27 or py35 tests against a single test::
30+ simply by specifying to just run py3 tests against a single test::
3131
32- tox -epy27 -- -n cinderclient.tests.unit.v2.test_volumes.VolumesTest.test_attach
32+ tox -e py3 -- -n cinderclient.tests.unit.v2.test_volumes.VolumesTest.test_attach
3333
3434Or all tests in the test_volumes.py file::
3535
36- tox -epy27 -- -n cinderclient.tests.unit.v2.test_volumes
36+ tox -e py3 -- -n cinderclient.tests.unit.v2.test_volumes
3737
3838For more information on these options and how to run tests, please see the
3939`stestr documentation <https://stestr.readthedocs.io/en/latest/index.html >`_.
You can’t perform that action at this time.
0 commit comments