app/django/test/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 05 Nov 2008 23:33:22 +0000
changeset 444 6e50bfc6e5a7
parent 54 03e267d67478
permissions -rw-r--r--
Fix sponsor key field extraction When extracting key field there is no sponsor or user object, instead only their link names are known.

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

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