app/django/test/__init__.py
author Mario Ferraro <fadinlight@gmail.com>
Thu, 17 Sep 2009 17:31:40 +0200
changeset 2939 415a7c2866fd
parent 54 03e267d67478
permissions -rw-r--r--
Map JS renamed because of latest changes.

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

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