app/django/test/__init__.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 19 Jun 2009 16:13:32 +0200
changeset 2413 d0b7dac5325c
parent 54 03e267d67478
permissions -rw-r--r--
Update GAE to 1.2.3 in thirdparty folder.

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

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