app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Wed, 12 Aug 2009 15:44:18 -0700
changeset 2766 93e4745ebdbd
parent 54 03e267d67478
permissions -rw-r--r--
Fixed Survey Take page which was erroring on undefined variables. Get me a brown paper bag please ^_^.

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

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