app/django/test/__init__.py
author Daniel Hans <Daniel.M.Hans@gmail.com>
Sat, 24 Oct 2009 22:47:04 +0200
changeset 3034 aa5ebb226b22
parent 54 03e267d67478
permissions -rw-r--r--
Whitespaces fixed in task view.

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

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