app/django/test/__init__.py
author Mario Ferraro <fadinlight@gmail.com>
Fri, 19 Jun 2009 23:13:06 +0100
changeset 2415 69e9d5cc643f
parent 54 03e267d67478
permissions -rw-r--r--
jQuery Spin plugin updated to version 1.1.1 Former version had a bug if max was not specified

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

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