Skip to content

Commit e29eebf

Browse files
patchback[bot]slacklineThe-Compiler
authored
Docs: fix file patterns formatting (#13764) (#13781)
(cherry picked from commit d241a19) Co-authored-by: slackline <[email protected]> Co-authored-by: Florian Bruhin <[email protected]>
1 parent caa6fa2 commit e29eebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The ``[100%]`` refers to the overall progress of running all test cases. After i
7575
Run multiple tests
7676
----------------------------------------------------------
7777

78-
``pytest`` will run all files of the form test_*.py or \*_test.py in the current directory and its subdirectories. More generally, it follows :ref:`standard test discovery rules <test discovery>`.
78+
``pytest`` will run all files of the form ``test_*.py`` or ``*_test.py`` in the current directory and its subdirectories. More generally, it follows :ref:`standard test discovery rules <test discovery>`.
7979

8080

8181
Assert that a certain exception is raised

0 commit comments

Comments
 (0)