app/django/test/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 20 Nov 2008 22:44:22 +0000
changeset 523 46039afb63b6
parent 54 03e267d67478
permissions -rw-r--r--
Removed one more unneccesary module Last commit reminded me that this one is obsolete too.

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

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