mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Merge markup fix in unittest doc from 3.2.
This commit is contained in:
commit
5fbd37e57a
1 changed files with 2 additions and 2 deletions
|
@ -1547,8 +1547,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…
Add table
Add a link
Reference in a new issue