We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b455df5 commit 563e458Copy full SHA for 563e458
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