app/django/test/__init__.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 27 Aug 2009 22:35:28 +0530
changeset 2821 21dd1ee785f5
parent 54 03e267d67478
permissions -rw-r--r--
Added reference to GHOPProgram entity for Work Submissions.

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

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