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 cf85b50 commit 1cb94d2Copy full SHA for 1cb94d2
1 file changed
doc/en/how-to/usage.rst
@@ -7,7 +7,7 @@ How to invoke pytest
7
.. seealso:: :ref:`Complete pytest command-line flags reference <command-line-flags>`
8
9
In general, pytest is invoked with the command ``pytest`` (see below for :ref:`other ways to invoke pytest
10
-<invoke-other>`). This will execute all tests in all files whose names follow the form ``test_*.py`` or ``\*_test.py``
+<invoke-other>`). This will execute all tests in all files whose names follow the form ``test_*.py`` or ``*_test.py``
11
in the current directory and its subdirectories. More generally, pytest follows :ref:`standard test discovery rules
12
<test discovery>`.
13
0 commit comments