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.
1 parent 13fb979 commit 4d6cb0fCopy full SHA for 4d6cb0f
1 file changed
Doc/library/unittest.rst
@@ -2017,10 +2017,10 @@ name then the package :file:`__init__.py` will be checked for ``load_tests``.
2017
2018
.. note::
2019
2020
- The default pattern is 'test*.py'. This matches all Python files
2021
- 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.
2022
2023
- A pattern like 'test*' will match test packages as well as
+ A pattern like ``'test*'`` will match test packages as well as
2024
modules.
2025
2026
If the package :file:`__init__.py` defines ``load_tests`` then it will be
0 commit comments