app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 17 Feb 2009 19:35:00 +0000
changeset 1377 101759701e51
parent 54 03e267d67478
permissions -rw-r--r--
Students can not become a mentor or org_admin in the same program. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

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

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