We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ee14e commit 17f5c5cCopy full SHA for 17f5c5c
Doc/library/unittest.rst
@@ -223,7 +223,7 @@ Command-line options
223
224
Only run test methods and classes that match the pattern or substring.
225
This option may be used multiple times, in which case all test cases that
226
- match of the given patterns are included.
+ match any of the given patterns are included.
227
228
Patterns that contain a wildcard character (``*``) are matched against the
229
test name using :meth:`fnmatch.fnmatchcase`; otherwise simple case-sensitive
0 commit comments