-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Format file patterns #13764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format file patterns #13764
Conversation
saky-semicolon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will suggest use only one ` sign before and after.
doc/en/getting-started.rst
Outdated
| ---------------------------------------------------------- | ||
|
|
||
| ``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>`. | ||
| ``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>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*_test.py
You can use one ` or two ``. But make sure it's consistent before and after.
Co-authored-by: Florian Bruhin <[email protected]>
Applied the requested change.
Backport to 8.4.x: 💚 backport PR created✅ Backport PR branch: Backported as #13781 🤖 @patchback |
|
Thanks @slackline! |
Co-authored-by: Florian Bruhin <[email protected]> (cherry picked from commit d241a19)
(cherry picked from commit d241a19) Co-authored-by: slackline <[email protected]> Co-authored-by: Florian Bruhin <[email protected]>
Very simple change to markup in a documentation.