app/django/test/__init__.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 01 Jun 2009 20:38:38 +0200
changeset 2374 48488e7fa906
parent 54 03e267d67478
permissions -rw-r--r--
Merge with Pawel's head.

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

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