8 lines
193 B
Python
8 lines
193 B
Python
"""
|
|
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
|