app/django/test/__init__.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 18 May 2009 14:48:47 +0200
changeset 2323 b3daada52dd3
parent 54 03e267d67478
permissions -rw-r--r--
Add BeautifulSoup Python HTML/XML parser to Melange repository.

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

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