app/django/test/__init__.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sat, 11 Jul 2009 19:37:26 +0200
changeset 2590 f0d0c9e7b2d4
parent 54 03e267d67478
permissions -rw-r--r--
Fix indention and add missing dot in docstring in survey models.

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

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