Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5294529 commit 3f1ef9eCopy full SHA for 3f1ef9e
1 file changed
Doc/library/unittest.rst
@@ -1644,7 +1644,7 @@ Loading and running tests
1644
function. If this exists then it will be called with *loader*, *tests*,
1645
*pattern*.
1646
1647
- If load_tests exists then discovery does *not* recurse into the package,
+ If ``load_tests`` exists then discovery does *not* recurse into the package,
1648
``load_tests`` is responsible for loading all tests in the package.
1649
1650
The pattern is deliberately not stored as a loader attribute so that
0 commit comments