mirror of
https://github.com/django/django.git
synced 2025-10-14 17:29:14 +00:00
Backport of r13614 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
8 lines
193 B
Python
8 lines
193 B
Python
"""
|
|
Django Unit Test and Doctest framework.
|
|
"""
|
|
|
|
from django.test.client import Client
|
|
from django.test.testcases import TestCase, TransactionTestCase
|
|
from django.test.utils import Approximate
|