mirror of https://github.com/python/cpython
Fix markup in unittest docs.
This commit is contained in:
parent
2277b947bb
commit
79b2dbaf3f
|
@ -1868,10 +1868,10 @@ name then the package :file:`__init__.py` will be checked for ``load_tests``.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The default pattern is 'test*.py'. This matches all Python files
|
The default pattern is ``'test*.py'``. This matches all Python files
|
||||||
that start with 'test' but *won't* match any test directories.
|
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.
|
modules.
|
||||||
|
|
||||||
If the package :file:`__init__.py` defines ``load_tests`` then it will be
|
If the package :file:`__init__.py` defines ``load_tests`` then it will be
|
||||||
|
|
Loading…
Reference in New Issue