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