Skip to content

Commit

Permalink
doc/helpers: more directly mention that marks can be scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed May 14, 2021
1 parent 92c6b7e commit 6ab338f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/helpers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Markers

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


``pytest.mark.django_db`` - request database access
Expand Down

0 comments on commit 6ab338f

Please sign in to comment.