documentation fixes
This commit is contained in:
parent
d2bb67bfda
commit
13add4df43
|
@ -1,3 +1,3 @@
|
|||
New `require_plugins` configuration option 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. Warnings are raised if these plugins are not found when running pytest.
|
||||
|
||||
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 = pytest-xdist pytest-mock
|
||||
require_plugins = html xdist
|
||||
|
||||
|
||||
.. confval:: testpaths
|
||||
|
|
Loading…
Reference in New Issue