app/django/test/__init__.py
author Augie Fackler <durin42@gmail.com>
Sun, 26 Oct 2008 21:26:35 +0000
changeset 422 93f9ead45dae
parent 54 03e267d67478
permissions -rw-r--r--
Add jQuery. Patch by: Dmitri Gaskin Review by: Augie Fackler

"""
Django Unit Test and Doctest framework.
"""

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