app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 04 Aug 2009 21:29:49 +0200
changeset 2729 f7d4e2c3b697
parent 54 03e267d67478
permissions -rw-r--r--
Added redirect to the StudentProject manage page for viewing SurveyRecords.

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

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