Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f1ef9e

Browse files
committed
Closes #18729: minor markup improvement.
1 parent 5294529 commit 3f1ef9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ Loading and running tests
16441644
function. If this exists then it will be called with *loader*, *tests*,
16451645
*pattern*.
16461646

1647-
If load_tests exists then discovery does *not* recurse into the package,
1647+
If ``load_tests`` exists then discovery does *not* recurse into the package,
16481648
``load_tests`` is responsible for loading all tests in the package.
16491649

16501650
The pattern is deliberately not stored as a loader attribute so that

0 commit comments

Comments
 (0)