doc: s/pytest_mark/pytestmark (#6661)

This commit is contained in:
rebecca-palmer 2020-02-03 07:56:37 +00:00 committed by GitHub
parent a9c5d31806
commit c55bf23cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -901,8 +901,8 @@ Can be either a ``str`` or ``Sequence[str]``.
pytest_plugins = ("myapp.testsupport.tools", "myapp.testsupport.regression")
pytest_mark
~~~~~~~~~~~
pytestmark
~~~~~~~~~~
**Tutorial**: :ref:`scoped-marking`