app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 03 Feb 2009 21:15:12 +0000
changeset 1206 657da4693f4b
parent 54 03e267d67478
permissions -rw-r--r--
Refactored the application review template into group_app. Patch by: Madhusudan C.S Reviewed by: Lennard de Rijk

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

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