app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 03 Aug 2009 17:33:58 +0200
changeset 2719 c8841000b863
parent 54 03e267d67478
permissions -rw-r--r--
Added link for students to resign their profile to the Program menu. Fixes Issue 549.

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

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