DEBSOURCES
Skip Quicknav
sources / python-django / 1.0.2-1%2Blenny3 / django / test / __init__.py
123456
""" Django Unit Test and Doctest framework. """ from django.test.client import Client from django.test.testcases import TestCase