app/django/test/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 28 Mar 2009 02:21:48 +0000
changeset 2024 43e5b515b71d
parent 54 03e267d67478
permissions -rw-r--r--
Add a script to start an interactive shell with remote api Patch by: Sverre Rabbelier

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

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