app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 13 Dec 2008 14:55:00 +0000
changeset 737 4c78ee183eb6
parent 54 03e267d67478
permissions -rw-r--r--
Notification property has_been_read changed into unread Due to comments on r1309. Patch By: Lennard de Rijk

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

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