Sign in
chromium
/
external
/
googleappengine
/
python
/
master
/
.
/
lib
/
django-0.96
/
django
/
test
/
__init__.py
blob: 554e72bad37d0ee5b10c8c5860252778aace2395 [
file
] [
log
] [
blame
]
"""
Django Unit Test and Doctest framework.
"""
from
django
.
test
.
client
import
Client
from
django
.
test
.
testcases
import
TestCase