app/django/test/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Tue, 20 Jan 2009 17:41:47 +0000
changeset 840 d3f9fff0860b
parent 54 03e267d67478
permissions -rw-r--r--
When constructing the sidebar don't overide 'sidebar' Instead specify 'sidebar_additional' and include it even if there is a 'sidebar' defined. Patch by: Sverre Rabbelier

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

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