Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d6cb0f

Browse files
committed
Fix markup in unittest docs.
1 parent 13fb979 commit 4d6cb0f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/unittest.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2017,10 +2017,10 @@ name then the package :file:`__init__.py` will be checked for ``load_tests``.
20172017

20182018
.. note::
20192019

2020-
The default pattern is 'test*.py'. This matches all Python files
2021-
that start with 'test' but *won't* match any test directories.
2020+
The default pattern is ``'test*.py'``. This matches all Python files
2021+
that start with ``'test'`` but *won't* match any test directories.
20222022

2023-
A pattern like 'test*' will match test packages as well as
2023+
A pattern like ``'test*'`` will match test packages as well as
20242024
modules.
20252025

20262026
If the package :file:`__init__.py` defines ``load_tests`` then it will be

0 commit comments

Comments
 (0)