app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Wed, 26 Aug 2009 18:31:19 +0200
changeset 2811 c8901482dc9c
parent 54 03e267d67478
permissions -rw-r--r--
Added timeline_logic keyword argument to Program logic. This will allow us to track which Timeline logic belongs to which each Program.

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

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