Merge pull request #4735 from kohr-h/pytest_plugins_module_name
Mention that `pytest_plugins` should not be used as module name
This commit is contained in:
commit
526f4a95cc
|
@ -0,0 +1 @@
|
||||||
|
Add note to ``plugins.rst`` that ``pytest_plugins`` should not be used as a name for a user module containing plugins.
|
|
@ -84,6 +84,11 @@ will be loaded as well.
|
||||||
:ref:`full explanation <requiring plugins in non-root conftests>`
|
:ref:`full explanation <requiring plugins in non-root conftests>`
|
||||||
in the Writing plugins section.
|
in the Writing plugins section.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
The name ``pytest_plugins`` is reserved and should not be used as a
|
||||||
|
name for a custom plugin module.
|
||||||
|
|
||||||
|
|
||||||
.. _`findpluginname`:
|
.. _`findpluginname`:
|
||||||
|
|
||||||
Finding out which plugins are active
|
Finding out which plugins are active
|
||||||
|
|
Loading…
Reference in New Issue