app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 08 Mar 2009 13:11:49 +0000
changeset 1740 fbc2ad561c4b
parent 54 03e267d67478
permissions -rw-r--r--
Added a new method in the review logic to return all reviews for the given entity as scope. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

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

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