app/django/test/__init__.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 01 Dec 2008 12:34:55 +0000
changeset 637 86ec079d8302
parent 54 03e267d67478
permissions -rw-r--r--
Some docstring and missing blank lines fixes in soc.views.sitemap modules. Patch by: Pawel Solyga

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

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