File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1920,12 +1920,12 @@ Loading and running tests
19201920 .. attribute :: testNamePatterns
19211921
19221922 List of Unix shell-style wildcard test name patterns that test methods
1923- have to match to be included in test suites (see ``-v `` option).
1923+ have to match to be included in test suites (see ``-k `` option).
19241924
19251925 If this attribute is not ``None `` (the default), all test methods to be
19261926 included in test suites must match one of the patterns in this list.
19271927 Note that matches are always performed using :meth: `fnmatch.fnmatchcase `,
1928- so unlike patterns passed to the ``-v `` option, simple substring patterns
1928+ so unlike patterns passed to the ``-k `` option, simple substring patterns
19291929 will have to be converted using ``* `` wildcards.
19301930
19311931 This affects all the :meth: `loadTestsFrom\* ` methods.
You can’t perform that action at this time.
0 commit comments