app/django/test/__init__.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 28 Jan 2009 18:24:20 +0000
changeset 1050 77aab03aa693
parent 54 03e267d67478
permissions -rw-r--r--
Add 'Flush Cache' button next to Admin link. It's visible only when working on dev_appserver locally. This is a quick way of flushing memcache. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

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

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