review feedback

This commit is contained in:
Gleb Nikonorov
2020-06-10 00:44:22 -04:00
parent 13add4df43
commit 95cb7fb676
4 changed files with 41 additions and 46 deletions
+3 -4
View File
@@ -1561,16 +1561,15 @@ passed multiple times. The expected format is ``name=value``. For example::
See :ref:`change naming conventions` for more detailed examples.
.. confval:: require_plugins
.. confval:: required_plugins
A space separated list of plugins that must be present for pytest to run.
If any one of the plugins is not found, emit a warning.
If pytest is run with ``--strict-config`` exceptions are raised in place of warnings.
If any one of the plugins is not found, emit a error.
.. code-block:: ini
[pytest]
require_plugins = html xdist
required_plugins = pytest-html pytest-xdist
.. confval:: testpaths