app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 04 Sep 2009 22:51:23 +0200
changeset 2861 17d5cfe85faf
parent 54 03e267d67478
permissions -rw-r--r--
Fixed GHOP Cleaning clean_mentors_list method from using query on list. Somehow this fix was missing from the previous revision, bad HG.

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

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