app/django/test/__init__.py
author Todd Larsen <tlarsen@google.com>
Sat, 22 Nov 2008 08:40:10 +0000
changeset 544 10f9da7e0d17
parent 54 03e267d67478
permissions -rw-r--r--
Fix broken Site settings form by uncommenting code that was inadvertently committed commented out. Patch by: Todd Larsen

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

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