app/django/test/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Tue, 17 Mar 2009 13:25:55 +0000
changeset 1910 cb105d1f51b8
parent 54 03e267d67478
permissions -rw-r--r--
Added an assign slots redirects Patch by: Sverre Rabbelier

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

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