blob: c996ed49d63271274a44e9539a180bbfc8b6bce4 [file]
"""
Django Unit Test and Doctest framework.
"""
from django.test.client import Client
from django.test.testcases import TestCase, TransactionTestCase
from django.test.utils import Approximate