Sign in
chromium
/
external
/
googleappengine
/
python
/
master
/
.
/
lib
/
django-1.2
/
django
/
test
/
__init__.py
blob: c996ed49d63271274a44e9539a180bbfc8b6bce4 [
file
]
"""
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