app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Wed, 12 Aug 2009 09:39:16 -0700
changeset 2760 13fa99bb0352
parent 54 03e267d67478
permissions -rw-r--r--
Added inital GSoC module package structure.

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

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