1
0
mirror of https://github.com/django/django.git synced 2025-03-05 15:02:31 +00:00
django/django/test/__init__.py

8 lines
231 B
Python

"""
Django Unit Test and Doctest framework.
"""
from django.test.client import Client
from django.test.testcases import TestCase, TransactionTestCase, skipIfDBFeature, skipUnlessDBFeature
from django.test.utils import Approximate