app/django/test/__init__.py
author JamesLevy <jamesalexanderlevy@gmail.com>
Thu, 23 Jul 2009 16:56:00 -0700
changeset 2669 c28e2dc4cd51
parent 54 03e267d67478
permissions -rw-r--r--
seed_db now creates fixture student project entities, and corresponding project surveys and grading surveys for debugging purposes.

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

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