app/django/test/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 07 Feb 2009 20:39:08 +0000
changeset 1240 a94c9bcfa05d
parent 54 03e267d67478
permissions -rw-r--r--
Always return a site singleton and fix Edit Site Settings Patch by: Sverre Rabbelier

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

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