Skip to content

doc: fixed typo in file name format (from `*_test.py to *_test.py) on "How to invoke pytest" page#14191

Merged
nicoddemus merged 1 commit intopytest-dev:mainfrom
lwu1822:docs-usage-typo-fix
Feb 14, 2026
Merged

doc: fixed typo in file name format (from `*_test.py to *_test.py) on "How to invoke pytest" page#14191
nicoddemus merged 1 commit intopytest-dev:mainfrom
lwu1822:docs-usage-typo-fix

Conversation

@lwu1822
Copy link
Contributor

@lwu1822 lwu1822 commented Feb 13, 2026

This PR fixes a typo on the page "How to invoke pytest" under the How-to guides. The documentation originally states that files in the form of \*_test.py will be executed by pytest. I changed it to *_test.py to show that all files ending with _test.py, instead of ones that are literally named *_test.py, will be executed.

Copy link
Member

@nicoddemus nicoddemus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@nicoddemus nicoddemus added backport 9.0.x apply to PRs at any point; backports the changes to the 9.0.x branch skip news used on prs to opt out of the changelog requirement labels Feb 14, 2026
@nicoddemus nicoddemus merged commit 2f09ddc into pytest-dev:main Feb 14, 2026
33 checks passed
@patchback
Copy link

patchback bot commented Feb 14, 2026

Backport to 9.0.x: 💚 backport PR created

✅ Backport PR branch: patchback/backports/9.0.x/2f09ddc84ea6a7ccd56f19b0b998c8d2c51a4652/pr-14191

Backported as #14192

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Feb 14, 2026
nicoddemus pushed a commit that referenced this pull request Feb 14, 2026
(cherry picked from commit 2f09ddc)

Co-authored-by: Lily Wu <96460328+lwu1822@users.noreply.github.com>
@lwu1822 lwu1822 deleted the docs-usage-typo-fix branch February 14, 2026 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 9.0.x apply to PRs at any point; backports the changes to the 9.0.x branch skip news used on prs to opt out of the changelog requirement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants