mirror of https://github.com/python/cpython.git
Closes #18729: minor markup improvement.
This commit is contained in:
parent
529452926b
commit
3f1ef9efd5
|
@ -1644,7 +1644,7 @@ Loading and running tests
|
||||||
function. If this exists then it will be called with *loader*, *tests*,
|
function. If this exists then it will be called with *loader*, *tests*,
|
||||||
*pattern*.
|
*pattern*.
|
||||||
|
|
||||||
If load_tests exists then discovery does *not* recurse into the package,
|
If ``load_tests`` exists then discovery does *not* recurse into the package,
|
||||||
``load_tests`` is responsible for loading all tests in the package.
|
``load_tests`` is responsible for loading all tests in the package.
|
||||||
|
|
||||||
The pattern is deliberately not stored as a loader attribute so that
|
The pattern is deliberately not stored as a loader attribute so that
|
||||||
|
|
Loading…
Reference in New Issue