Fix typo in docs
This commit is contained in:
parent
54b15f5826
commit
8035f6cced
|
@ -82,7 +82,7 @@ which will import the specified module as a ``pytest`` plugin.
|
||||||
.. note::
|
.. note::
|
||||||
Requiring plugins using a ``pytest_plugins`` variable in non-root
|
Requiring plugins using a ``pytest_plugins`` variable in non-root
|
||||||
``conftest.py`` files is deprecated. See
|
``conftest.py`` files is deprecated. See
|
||||||
:ref:`full explanation <requiring plugins in non-noot conftests>`
|
:ref:`full explanation <requiring plugins in non-root conftests>`
|
||||||
in the Writing plugins section.
|
in the Writing plugins section.
|
||||||
|
|
||||||
.. _`findpluginname`:
|
.. _`findpluginname`:
|
||||||
|
|
|
@ -254,7 +254,7 @@ application modules:
|
||||||
if ``myapp.testsupport.myplugin`` also declares ``pytest_plugins``, the contents
|
if ``myapp.testsupport.myplugin`` also declares ``pytest_plugins``, the contents
|
||||||
of the variable will also be loaded as plugins, and so on.
|
of the variable will also be loaded as plugins, and so on.
|
||||||
|
|
||||||
.. _`requiring plugins in non-noot conftests`:
|
.. _`requiring plugins in non-root conftests`:
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
Requiring plugins using a ``pytest_plugins`` variable in non-root
|
Requiring plugins using a ``pytest_plugins`` variable in non-root
|
||||||
|
|
Loading…
Reference in New Issue