Kaydet (Commit) 5fbd37e5 authored tarafından Ezio Melotti's avatar Ezio Melotti

Merge markup fix in unittest doc from 3.2.

...@@ -1547,8 +1547,8 @@ Loading and running tests ...@@ -1547,8 +1547,8 @@ Loading and running tests
The :class:`TestLoader` class is used to create test suites from classes and 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 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 :mod:`unittest` module provides an instance that can be shared as
``unittest.defaultTestLoader``. Using a subclass or instance, however, allows :data:`unittest.defaultTestLoader`. Using a subclass or instance, however,
customization of some configurable properties. allows customization of some configurable properties.
:class:`TestLoader` objects have the following methods: :class:`TestLoader` objects have the following methods:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment