summaryrefslogtreecommitdiffstats
path: root/google_appengine/lib/django/django/test/__init__.py
blob: 554e72bad37d0ee5b10c8c5860252778aace2395 (plain) (blame)
1
2
3
4
5
6
"""
Django Unit Test and Doctest framework.
"""

from django.test.client import Client
from django.test.testcases import TestCase