diff options
| author | Tim Graham <timograham@gmail.com> | 2016-02-19 14:13:54 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-19 14:21:00 -0500 |
| commit | 032f5a789692d69ab206f902867ff2c3e05c5320 (patch) | |
| tree | 834029528fc6d4bdfb3f480eaf870f5e166d5b22 /tests | |
| parent | 375e1cfe2b2e1c3c57f882147c34902c6e8189ac (diff) | |
Refs #25735 -- Made @tag decorator importable from django.test.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_discovery_sample/tests_sample.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_discovery_sample/tests_sample.py b/tests/test_discovery_sample/tests_sample.py index 53588709ea..694b01ffd4 100644 --- a/tests/test_discovery_sample/tests_sample.py +++ b/tests/test_discovery_sample/tests_sample.py @@ -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 |
