Update documentation as suggested
This commit is contained in:
parent
f1746c50ea
commit
42deba59e7
|
@ -1,3 +1,3 @@
|
|||
A new INI key `require_plugins` has been added that allows the user to specify a list of plugins required for pytest to run.
|
||||
New `require_plugins` configuration option allows the user to specify a list of plugins required for pytest to run.
|
||||
|
||||
The `--strict-config` flag can be used to treat these warnings as errors.
|
||||
|
|
|
@ -1570,7 +1570,7 @@ passed multiple times. The expected format is ``name=value``. For example::
|
|||
.. code-block:: ini
|
||||
|
||||
[pytest]
|
||||
require_plugins = pluginA pluginB pluginC
|
||||
require_plugins = pytest-xdist pytest-mock
|
||||
|
||||
|
||||
.. confval:: testpaths
|
||||
|
|
Loading…
Reference in New Issue