mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Remove an extraneous space in unittest documentation.
This commit is contained in:
parent
e91ea56b30
commit
dc0460a309
1 changed files with 1 additions and 1 deletions
|
@ -1273,7 +1273,7 @@ Loading and running tests
|
|||
function. If this exists then it will be called with *loader*, *tests*,
|
||||
*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.
|
||||
|
||||
The pattern is deliberately not stored as a loader attribute so that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue