app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 10 Aug 2009 18:57:55 -0700
changeset 2753 11d510941d2f
parent 54 03e267d67478
permissions -rw-r--r--
Set the proper filters for the ProjectSurvey results view. Also opened it up to users.

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

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