File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1983,12 +1983,12 @@ Loading and running tests
1983
1983
.. attribute :: testNamePatterns
1984
1984
1985
1985
List of Unix shell-style wildcard test name patterns that test methods
1986
- have to match to be included in test suites (see ``-v `` option).
1986
+ have to match to be included in test suites (see ``-k `` option).
1987
1987
1988
1988
If this attribute is not ``None `` (the default), all test methods to be
1989
1989
included in test suites must match one of the patterns in this list.
1990
1990
Note that matches are always performed using :meth: `fnmatch.fnmatchcase `,
1991
- so unlike patterns passed to the ``-v `` option, simple substring patterns
1991
+ so unlike patterns passed to the ``-k `` option, simple substring patterns
1992
1992
will have to be converted using ``* `` wildcards.
1993
1993
1994
1994
This affects all the :meth: `loadTestsFrom\* ` methods.
You can’t perform that action at this time.
0 commit comments