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:
Bruno Oliveira 2019-04-29 07:59:27 -03:00 committed by GitHub
commit d9cad1e759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ the command line arguments before they get processed:
.. code-block:: python
# content of conftest.py
# setuptools plugin
import sys