doc: s/pytest_mark/pytestmark (#6661)
This commit is contained in:
parent
a9c5d31806
commit
c55bf23cbe
|
@ -901,8 +901,8 @@ Can be either a ``str`` or ``Sequence[str]``.
|
||||||
pytest_plugins = ("myapp.testsupport.tools", "myapp.testsupport.regression")
|
pytest_plugins = ("myapp.testsupport.tools", "myapp.testsupport.regression")
|
||||||
|
|
||||||
|
|
||||||
pytest_mark
|
pytestmark
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
**Tutorial**: :ref:`scoped-marking`
|
**Tutorial**: :ref:`scoped-marking`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue