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.
2 parents 4ca008b + b8e336b commit 5fbd37eCopy full SHA for 5fbd37e
1 file changed
Doc/library/unittest.rst
@@ -1547,8 +1547,8 @@ Loading and running tests
1547
The :class:`TestLoader` class is used to create test suites from classes and
1548
modules. Normally, there is no need to create an instance of this class; the
1549
:mod:`unittest` module provides an instance that can be shared as
1550
- ``unittest.defaultTestLoader``. Using a subclass or instance, however, allows
1551
- customization of some configurable properties.
+ :data:`unittest.defaultTestLoader`. Using a subclass or instance, however,
+ allows customization of some configurable properties.
1552
1553
:class:`TestLoader` objects have the following methods:
1554
0 commit comments