cpython: 1e0156aef491 (original) (raw)
Mercurial > cpython
changeset 92761:1e0156aef491 3.4
Closes #18729: minor markup improvement. [#18729]
Georg Brandl georg@python.org | |
---|---|
date | Thu, 02 Oct 2014 12:37:50 +0200 |
parents | 41f46f7f2722 |
children | b15c5a66213f e6050cd9e29e |
files | Doc/library/unittest.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/unittest.rst 2 |
line wrap: on
line diff
--- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1644,7 +1644,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,[](#l1.7)
If ``load_tests`` exists then discovery does *not* recurse into the package,[](#l1.8) ``load_tests`` is responsible for loading all tests in the package.[](#l1.9)
The pattern is deliberately not stored as a loader attribute so that