django1/django/test/__init__.py

7 lines
151 B
Python
Raw Normal View History

"""
Django Unit Test and Doctest framework.
"""
from django.test.client import Client
from django.test.testcases import TestCase, TransactionTestCase