Sign in
chromium
/
external
/
googleappengine
/
python
/
master
/
.
/
lib
/
django-1.3
/
django
/
test
/
__init__.py
blob: 68aea9aa4910d1790bb08d14c90976c390f5e0a4 [
file
] [
log
] [
blame
]
"""
Django Unit Test and Doctest framework.
"""
from
django
.
test
.
client
import
Client
,
RequestFactory
from
django
.
test
.
testcases
import
TestCase
,
TransactionTestCase
,
skipIfDBFeature
,
skipUnlessDBFeature
from
django
.
test
.
utils
import
Approximate