app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 13 Feb 2009 17:34:29 +0000
changeset 1297 033fa805b361
parent 54 03e267d67478
permissions -rw-r--r--
Added number of applications and their type to the bulkaccept JSON object. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

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

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