blob: c996ed49d63271274a44e9539a180bbfc8b6bce4 (
plain)
1
2
3
4
5
6
7
|
"""
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
|