app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 14 Jul 2009 00:55:05 +0200
changeset 2640 da8aa1ff6943
parent 54 03e267d67478
permissions -rw-r--r--
Fixed an error occuring when assigning more then one secondary mentors.

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

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