Skip to content

Commit 2f09ddc

Browse files
authored
doc: fixed typo in file name format (#14191)
1 parent 3c37b55 commit 2f09ddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/en/how-to/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ How to invoke pytest
77
.. seealso:: :ref:`Complete pytest command-line flags reference <command-line-flags>`
88

99
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``
10+
<invoke-other>`). This will execute all tests in all files whose names follow the form ``test_*.py`` or ``*_test.py``
1111
in the current directory and its subdirectories. More generally, pytest follows :ref:`standard test discovery rules
1212
<test discovery>`.
1313

0 commit comments

Comments
 (0)