app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 01 Dec 2008 21:30:01 +0000
changeset 641 c59a0ffc2c31
parent 54 03e267d67478
permissions -rw-r--r--
Fixed a styling error. Patch by: Lennard de Rijk

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

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