Merge pull request #5176 from nicoddemus/initial-conftests-note
Add note about pytest_load_initial_conftests working only from plugins
This commit is contained in:
commit
d9cad1e759
|
@ -107,7 +107,7 @@ the command line arguments before they get processed:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
# content of conftest.py
|
# setuptools plugin
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue