app/django/test/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 29 Nov 2008 19:45:19 +0000
changeset 614 53a3e46fc512
parent 54 03e267d67478
permissions -rw-r--r--
Moved getSidebarLinks to sitemap.sidebar This is the fourth, and final patch, that attempts to improve the cohesion in the base.View class. Patch by: Sverre Rabbelier

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

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