app/django/test/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 21 Feb 2009 10:36:04 +0000
changeset 1420 c49d6f79663d
parent 54 03e267d67478
permissions -rw-r--r--
Fixed name method in soc/models/role.py 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