app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 13 Mar 2009 18:41:35 +0000
changeset 1836 1ca77835020a
parent 54 03e267d67478
permissions -rw-r--r--
The rejected applications subsection now links to the public page for the list_self view. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

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

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