mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix markup in unittest docs.
This commit is contained in:
parent
2277b947bb
commit
79b2dbaf3f
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue