Skip to content

Commit 7574f6b

Browse files
Lucas-CDanielNoord
authored andcommitted
[Doc] Minor fixup in launching_test.rst
1 parent be15ae4 commit 7574f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/development_guide/contributor_guide/tests/launching_test.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pytest
77
Since we use pytest_ to run the tests, you can also use it on its own.
88
We do recommend using the tox_ command though::
99

10-
pytest pylint -k test_functional
10+
pytest tests/ -k test_functional
1111

1212
You can use pytest_ directly. If you want to run tests on a specific portion of the
1313
code with pytest_ and your local python version::

0 commit comments

Comments
 (0)