mirror of https://github.com/python/cpython
Merge markup fixes in unittest docs from 3.3.
This commit is contained in:
commit
26db85b30e
|
@ -1874,10 +1874,10 @@ name then the package :file:`__init__.py` will be checked for ``load_tests``.
|
|||
|
||||
.. note::
|
||||
|
||||
The default pattern is 'test*.py'. This matches all Python files
|
||||
that start with 'test' but *won't* match any test directories.
|
||||
The default pattern is ``'test*.py'``. This matches all Python files
|
||||
that start with ``'test'`` but *won't* match any test directories.
|
||||
|
||||
A pattern like 'test*' will match test packages as well as
|
||||
A pattern like ``'test*'`` will match test packages as well as
|
||||
modules.
|
||||
|
||||
If the package :file:`__init__.py` defines ``load_tests`` then it will be
|
||||
|
|
Loading…
Reference in New Issue