From 693a60f31be44175f0c32b9bcaded1959f7b7411 Mon Sep 17 00:00:00 2001 From: slackline <776695+slackline@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:19:48 +0000 Subject: [PATCH] Docs: fix file patterns formatting (#13764) Co-authored-by: Florian Bruhin (cherry picked from commit d241a1940ff2d9a2726d466d8a32355036bdb128) --- doc/en/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/getting-started.rst b/doc/en/getting-started.rst index 349711faaf4..24c2584c1d8 100644 --- a/doc/en/getting-started.rst +++ b/doc/en/getting-started.rst @@ -75,7 +75,7 @@ The ``[100%]`` refers to the overall progress of running all test cases. After i Run multiple tests ---------------------------------------------------------- -``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 `. +``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 `. Assert that a certain exception is raised