web/lib/django/test/__init__.py
author ymh <ymh.work@gmail.com>
Fri, 04 Mar 2011 23:11:22 +0100
changeset 61 efeaf7b1c348
parent 0 0d40e90630ef
permissions -rw-r--r--
lucene correction

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

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