app/django/test/__init__.py
author James Levy <jamesalexanderlevy@gmail.com>
Mon, 25 May 2009 02:25:44 +0200
changeset 2341 f50455c4cdcb
parent 54 03e267d67478
permissions -rw-r--r--
Add a supplemantal block to the edit form

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

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