Skip to content

Commit d241a19

Browse files
Docs: fix file patterns formatting (#13764)
Co-authored-by: Florian Bruhin <[email protected]>
1 parent a55c959 commit d241a19

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
@@ -73,7 +73,7 @@ The ``[100%]`` refers to the overall progress of running all test cases. After i
7373
Run multiple tests
7474
----------------------------------------------------------
7575

76-
``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>`.
76+
``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>`.
7777

7878

7979
Assert that a certain exception is raised

0 commit comments

Comments
 (0)