app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 12 Jul 2009 12:50:01 +0200
changeset 2608 d97bafb60f0e
parent 54 03e267d67478
permissions -rw-r--r--
Renamed tag for latest version to match the app.yaml version entry. Thanks to Madhusudan C.S. for noticing this.

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

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