Skip to content

Commit

Permalink
[docs] Add missing word "any" in unittest -k cmdline option descripti…
Browse files Browse the repository at this point in the history
…on (GH-29571) (GH-29603)

(cherry picked from commit abc0d75)

Co-authored-by: ch33zer <ch33zer@gmail.com>
  • Loading branch information
miss-islington and ch33zer committed Nov 18, 2021
1 parent b455df5 commit 563e458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/unittest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Command-line options

Only run test methods and classes that match the pattern or substring.
This option may be used multiple times, in which case all test cases that
match of the given patterns are included.
match any of the given patterns are included.

Patterns that contain a wildcard character (``*``) are matched against the
test name using :meth:`fnmatch.fnmatchcase`; otherwise simple case-sensitive
Expand Down

0 comments on commit 563e458

Please sign in to comment.