app/django/test/__init__.py
author Todd Larsen <tlarsen@google.com>
Thu, 19 Feb 2009 20:30:47 +0000
changeset 1399 5b154edd94ac
parent 54 03e267d67478
permissions -rw-r--r--
Make it easier to support other extensions per-Model (such as .csv, etc.). Patch by: Todd Larsen Review by: to-be-reviewed

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

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