app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 14 Jul 2009 21:09:18 +0200
changeset 2651 842c0f11fc1e
parent 54 03e267d67478
permissions -rw-r--r--
Added the ability to update project + mail when editing a single GradingRecord

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

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