Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79333db + 4d6cb0f commit df24605Copy full SHA for df24605
1 file changed
Doc/library/unittest.rst
@@ -1870,10 +1870,10 @@ name then the package :file:`__init__.py` will be checked for ``load_tests``.
1870
1871
.. note::
1872
1873
- The default pattern is 'test*.py'. This matches all Python files
1874
- 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.
1875
1876
- A pattern like 'test*' will match test packages as well as
+ A pattern like ``'test*'`` will match test packages as well as
1877
modules.
1878
1879
If the package :file:`__init__.py` defines ``load_tests`` then it will be
0 commit comments