app/django/test/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 28 Sep 2009 11:07:55 +0200
changeset 2986 00bbe180a0e0
parent 54 03e267d67478
permissions -rw-r--r--
Merging test back in

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

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