app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 13 Jul 2009 23:08:14 +0200
changeset 2639 9b05c44316f9
parent 54 03e267d67478
permissions -rw-r--r--
Withdrawn projects are removed from GradingRecord creation/update task.

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

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