app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 27 Jun 2009 09:36:54 +0200
changeset 2424 51cf7a0c00a4
parent 54 03e267d67478
permissions -rw-r--r--
Renamed JavaScript files in templates to match the correct files using prefixes.

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

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