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

Skip to content

Commit df24605

Browse files
committed
Merge markup fixes in unittest docs from 3.2.
2 parents 79333db + 4d6cb0f commit df24605

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
@@ -1870,10 +1870,10 @@ name then the package :file:`__init__.py` will be checked for ``load_tests``.
18701870

18711871
.. note::
18721872

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

1876-
A pattern like 'test*' will match test packages as well as
1876+
A pattern like ``'test*'`` will match test packages as well as
18771877
modules.
18781878

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

0 commit comments

Comments
 (0)