summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Cimon <925560+Lucas-C@users.noreply.github.com>2023-05-05 15:38:20 +0200
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-05-05 16:01:27 +0200
commit7574f6beaf9defdbc551bbe2f18064659caa870c (patch)
treea6b4fdd0909bd4283f9f521343ed7bc3f5f0bb3d
parentbe15ae44eef293f35529e2522760e758b3c81238 (diff)
downloadpylint-git-7574f6beaf9defdbc551bbe2f18064659caa870c.tar.gz
[Doc] Minor fixup in launching_test.rst
-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::