app/django/test/__init__.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 27 Sep 2009 01:23:58 +0530
changeset 2978 2b3c39483f6f
parent 54 03e267d67478
permissions -rw-r--r--
Fixes the problem of GHOP Task editing after it is created.

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

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