mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +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
|
@ -1,8 +1,7 @@
|
|||
import doctest
|
||||
from unittest import TestCase
|
||||
|
||||
from django.test import SimpleTestCase, TestCase as DjangoTestCase
|
||||
from django.test.utils import tag
|
||||
from django.test import SimpleTestCase, TestCase as DjangoTestCase, tag
|
||||
|
||||
from . import doctests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue