Update markers.rst (#7563)

Extra colon to make code block render correctly
This commit is contained in:
Drew Devereux 2020-07-29 15:10:13 +08:00 committed by GitHub
parent c7216ae0f6
commit 88cc636c18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ its test methods:
This is equivalent to directly applying the decorator to the This is equivalent to directly applying the decorator to the
two test functions. two test functions.
To apply marks at the module level, use the :globalvar:`pytestmark` global variable: To apply marks at the module level, use the :globalvar:`pytestmark` global variable::
import pytest import pytest
pytestmark = pytest.mark.webtest pytestmark = pytest.mark.webtest