app/django/test/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 22 Nov 2008 20:54:42 +0000
changeset 564 d928d226cfad
parent 54 03e267d67478
permissions -rw-r--r--
Hide the 'home' field until we have a proper document selector Rather than having a confusing 'home' field that lists all Linkables (in other words, everything in the database), we're better off hiding it for now.

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

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