Commit solution thus far, needs to be polished up pre PR

This commit is contained in:
Gleb Nikonorov
2020-06-06 02:38:18 -04:00
parent 19ad588935
commit 2a3c21645e
3 changed files with 108 additions and 6 deletions

View File

@@ -1604,3 +1604,13 @@ passed multiple times. The expected format is ``name=value``. For example::
[pytest]
xfail_strict = True
.. confval:: required_plugins
A space seperated list of plugins that must be present for pytest to run
.. code-block:: ini
[pytest]
require_plugins = pluginA pluginB pluginC