From 7574f6beaf9defdbc551bbe2f18064659caa870c Mon Sep 17 00:00:00 2001 From: Lucas Cimon <925560+Lucas-C@users.noreply.github.com> Date: Fri, 5 May 2023 15:38:20 +0200 Subject: [Doc] Minor fixup in launching_test.rst --- doc/development_guide/contributor_guide/tests/launching_test.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- cgit v1.2.1