We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00810b9 commit deade37Copy full SHA for deade37
doc/en/mark.rst
@@ -43,7 +43,7 @@ Marks can be registered in ``pytest.ini`` like this:
43
When the ``--strict`` command-line flag is passed, any unknown marks applied
44
with the ``@pytest.mark.name_of_the_mark`` decorator will trigger an error.
45
Marks added by pytest or by a plugin instead of the decorator will not trigger
46
-this error. To enforce a limited set of markers, add ``--strict`` to ``addopts``:
+this error. To enforce validation of markers, add ``--strict`` to ``addopts``:
47
48
.. code-block:: ini
49
0 commit comments