app/django/test/__init__.py
author Todd Larsen <tlarsen@google.com>
Wed, 24 Sep 2008 05:58:45 +0000
changeset 199 14ede160ef16
parent 54 03e267d67478
permissions -rw-r--r--
Minor tweaks to Site menu item names to make them more descriptive.

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

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