1
"""
2
Django Unit Test and Doctest framework.
3
4
5
from django.test.client import Client
6
from django.test.testcases import TestCase, TransactionTestCase