app/django/test/__init__.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 28 Jan 2009 11:26:47 +0000
changeset 1032 ed83d42d1ed7
parent 54 03e267d67478
permissions -rw-r--r--
Style fixes in soc.views.helper.redirects and soc.models.base modules. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

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

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