app/django/test/__init__.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 20 Aug 2008 10:14:49 +0000
changeset 96 4fac7d09fc74
parent 54 03e267d67478
permissions -rw-r--r--
Moved td.formfieldlabel to FORM TABLE FIELDS section.

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

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