Skip to content

Commit 6ab338f

Browse files
committed
doc/helpers: more directly mention that marks can be scoped
1 parent 92c6b7e commit 6ab338f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/helpers.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Markers
1818

1919
``pytest-django`` registers and uses markers. See the pytest
2020
:ref:`documentation <pytest:mark>` on what marks are and for notes on
21-
:ref:`using <pytest:scoped-marking>` them.
21+
:ref:`using <pytest:scoped-marking>` them. Remember that you can apply
22+
marks at the single test level, the class level, the module level, and
23+
dynamically in a hook or fixture.
2224

2325

2426
``pytest.mark.django_db`` - request database access

0 commit comments

Comments
 (0)