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 5d87a27 + a76df87 commit c5ab30dCopy full SHA for c5ab30d
doc/en/reference/reference.rst
@@ -1660,8 +1660,8 @@ passed multiple times. The expected format is ``name=value``. For example::
1660
[pytest]
1661
python_functions = *_test
1662
1663
- Note that this has no effect on methods that live on a ``unittest
1664
- .TestCase`` derived class, as ``unittest``'s own collection framework is used
+ Note that this has no effect on methods that live on a ``unittest.TestCase``
+ derived class, as ``unittest``'s own collection framework is used
1665
to collect those tests.
1666
1667
See :ref:`change naming conventions` for more detailed examples.
0 commit comments