app/django/test/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 05 Sep 2009 15:56:19 +0200
changeset 2874 fda118f51264
parent 54 03e267d67478
permissions -rw-r--r--
Enable local memcache api in interactive console

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

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