mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Refs #25735 -- Made @tag decorator importable from django.test.
This commit is contained in:
parent
375e1cfe2b
commit
032f5a7896
3 changed files with 4 additions and 5 deletions
|
@ -1632,7 +1632,7 @@ Tagging tests
|
|||
You can tag your tests so you can easily run a particular subset. For example,
|
||||
you might label fast or slow tests::
|
||||
|
||||
from django.test.utils import tag
|
||||
from django.test import tag
|
||||
|
||||
class SampleTestCase(TestCase):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue