app/django/test/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 15 Feb 2009 14:56:30 +0000
changeset 1341 1b4b4a9ac17b
parent 54 03e267d67478
permissions -rw-r--r--
Add an as_readonly_table filter Results in a very plain table, with no error messages etc. Intended use is in combination with PTW's. Patch by: Sverre Rabbelier

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

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