summaryrefslogtreecommitdiff
path: root/django/test/__init__.py
blob: 957b293e12d8d93487f6a8da4d47f465cbb7af94 (plain)
1
2
3
4
5
6
"""
Django Unit Test and Doctest framework.
"""

from django.test.client import Client
from django.test.testcases import TestCase, TransactionTestCase