app/django/test/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Fri, 18 Sep 2009 19:34:30 +0200
changeset 2954 9ea3b04d929c
parent 54 03e267d67478
permissions -rw-r--r--
Move around Core methods into more relevant sections

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

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