app/django/test/__init__.py
author Marcelo de Sena Lacerda <marceloslacerda@gmail.com>
Fri, 08 May 2009 14:55:36 +0200
changeset 2298 c7c331ed9a49
parent 54 03e267d67478
permissions -rw-r--r--
Add coverage support to the test suite This requires nose 0.11 to run.

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

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