app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 13 Jul 2009 01:00:20 +0200
changeset 2619 04d4494f518d
parent 54 03e267d67478
permissions -rw-r--r--
The buttons on the GradingSurveyGroup record page now enqueue Tasks.

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

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