diff options
| author | ryanKor <equus3144@gmail.com> | 2021-09-25 18:21:03 +0900 |
|---|---|---|
| committer | ryanKor <equus3144@gmail.com> | 2021-09-25 21:34:47 +0900 |
| commit | c0a0f0f3d86cacbff386a5ea7b8e846dd595e197 (patch) | |
| tree | ffae98490727f10dbccfc6a93be47b19bc156b33 /doc/source/contributor | |
| parent | ff372ffdfbfe036993f84be20cd18262599b37de (diff) | |
| download | python-openstackclient-c0a0f0f3d86cacbff386a5ea7b8e846dd595e197.tar.gz | |
Fix that the path of functional test
before change:
$ tox -e functional -- --regex functional.tests.compute.v2.test_server
after change:
$ tox -e functional -- --regex tests.functional.compute.v2.test_server
the test unit path document should be change the above line.
(fixed wrong letter)
Change-Id: I49674fb0d56ee65c1f6328b9d960b16876173e2d
Diffstat (limited to 'doc/source/contributor')
| -rw-r--r-- | doc/source/contributor/developing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/contributor/developing.rst b/doc/source/contributor/developing.rst index a70b3326..c6573b9b 100644 --- a/doc/source/contributor/developing.rst +++ b/doc/source/contributor/developing.rst @@ -88,7 +88,7 @@ To run a specific functional test: .. code-block:: bash - $ tox -e functional -- --regex functional.tests.compute.v2.test_server + $ tox -e functional -- --regex tests.functional.compute.v2.test_server Running with PDB ~~~~~~~~~~~~~~~~ |
