summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/development_guide/contributor_guide/tests/launching_test.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development_guide/contributor_guide/tests/launching_test.rst b/doc/development_guide/contributor_guide/tests/launching_test.rst
index 64d4421a7..78f42e144 100644
--- a/doc/development_guide/contributor_guide/tests/launching_test.rst
+++ b/doc/development_guide/contributor_guide/tests/launching_test.rst
@@ -7,7 +7,7 @@ pytest
Since we use pytest_ to run the tests, you can also use it on its own.
We do recommend using the tox_ command though::
- pytest pylint -k test_functional
+ pytest tests/ -k test_functional
You can use pytest_ directly. If you want to run tests on a specific portion of the
code with pytest_ and your local python version::