app/django/test/__init__.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sat, 06 Dec 2008 22:34:25 +0000
changeset 692 28c652eef017
parent 54 03e267d67478
permissions -rw-r--r--
Reset the RELEASE_TAG to None (unreleased) now that the 0.1a20081206 release candidate branch has been created. Patch by: Pawel Solyga

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

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