app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 30 Jun 2009 08:50:56 +0200
changeset 2460 b8b0c631bcfe
parent 54 03e267d67478
permissions -rw-r--r--
Added getSurveyForContent method to SurveyLogic. This method returns a Survey for a given content. The backreferenceproperty will not work because of inheritance.

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

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