We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be15ae4 commit 7574f6bCopy full SHA for 7574f6b
doc/development_guide/contributor_guide/tests/launching_test.rst
@@ -7,7 +7,7 @@ pytest
7
Since we use pytest_ to run the tests, you can also use it on its own.
8
We do recommend using the tox_ command though::
9
10
- pytest pylint -k test_functional
+ pytest tests/ -k test_functional
11
12
You can use pytest_ directly. If you want to run tests on a specific portion of the
13
code with pytest_ and your local python version::
0 commit comments