summaryrefslogtreecommitdiff
path: root/django/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/test/__init__.py')
-rw-r--r--django/test/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/__init__.py b/django/test/__init__.py
index 554e72bad3..957b293e12 100644
--- a/django/test/__init__.py
+++ b/django/test/__init__.py
@@ -3,4 +3,4 @@ Django Unit Test and Doctest framework.
"""
from django.test.client import Client
-from django.test.testcases import TestCase
+from django.test.testcases import TestCase, TransactionTestCase