app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 11 Jul 2009 23:15:22 +0200
changeset 2594 dd300af0e7df
parent 54 03e267d67478
permissions -rw-r--r--
Added empty Tasks package and queue.yaml. Also reserved an admin only URL space for use by Tasks.

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

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