app/django/test/__init__.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 01 Jun 2009 23:42:36 +0200
changeset 2377 8f3771ff383b
parent 54 03e267d67478
permissions -rw-r--r--
Add taggable-mixin and gviz to build script.

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

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