Merge pull request #9294 from spagh-eddie/patch-1
This commit is contained in:
commit
c5ab30d907
|
@ -1660,8 +1660,8 @@ passed multiple times. The expected format is ``name=value``. For example::
|
||||||
[pytest]
|
[pytest]
|
||||||
python_functions = *_test
|
python_functions = *_test
|
||||||
|
|
||||||
Note that this has no effect on methods that live on a ``unittest
|
Note that this has no effect on methods that live on a ``unittest.TestCase``
|
||||||
.TestCase`` derived class, as ``unittest``'s own collection framework is used
|
derived class, as ``unittest``'s own collection framework is used
|
||||||
to collect those tests.
|
to collect those tests.
|
||||||
|
|
||||||
See :ref:`change naming conventions` for more detailed examples.
|
See :ref:`change naming conventions` for more detailed examples.
|
||||||
|
|
Loading…
Reference in New Issue