Skip to content

Commit c0a0f0f

Browse files
committed
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
1 parent ff372ff commit c0a0f0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/contributor/developing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To run a specific functional test:
8888

8989
.. code-block:: bash
9090
91-
$ tox -e functional -- --regex functional.tests.compute.v2.test_server
91+
$ tox -e functional -- --regex tests.functional.compute.v2.test_server
9292
9393
Running with PDB
9494
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)