app/django/test/__init__.py
author Daniel Hans <Daniel.M.Hans@gmail.com>
Fri, 30 Oct 2009 23:59:47 +0100
changeset 3070 afd98e17a2b2
parent 54 03e267d67478
permissions -rw-r--r--
Minor (mostly stylish and whitespace) fixes in GHOP access.py module. Also missing authors added to some files.

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

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