mirror of
https://github.com/python/cpython.git
synced 2025-01-03 15:14:21 +08:00
Fix markup in unittest doc.
This commit is contained in:
parent
db727b4a77
commit
b8e336b974
@ -1553,8 +1553,8 @@ Loading and running tests
|
||||
The :class:`TestLoader` class is used to create test suites from classes and
|
||||
modules. Normally, there is no need to create an instance of this class; the
|
||||
:mod:`unittest` module provides an instance that can be shared as
|
||||
``unittest.defaultTestLoader``. Using a subclass or instance, however, allows
|
||||
customization of some configurable properties.
|
||||
:data:`unittest.defaultTestLoader`. Using a subclass or instance, however,
|
||||
allows customization of some configurable properties.
|
||||
|
||||
:class:`TestLoader` objects have the following methods:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user