Skip to content

Commit

Permalink
Merge pull request #9294 from spagh-eddie/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Nov 11, 2021
2 parents 5d87a27 + a76df87 commit c5ab30d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/en/reference/reference.rst
Expand Up @@ -1660,8 +1660,8 @@ passed multiple times. The expected format is ``name=value``. For example::
[pytest]
python_functions = *_test
Note that this has no effect on methods that live on a ``unittest
.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
to collect those tests.

See :ref:`change naming conventions` for more detailed examples.
Expand Down

0 comments on commit c5ab30d

Please sign in to comment.