app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 30 Nov 2008 21:28:25 +0000
changeset 633 899ec5d546bd
parent 54 03e267d67478
permissions -rw-r--r--
Allow developers access to anything that does a checkIsInvited. Patch by: Lennard de Rijk

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

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