django-cachalot/cachalot/tests/__init__.py
2014-10-20 15:40:37 +02:00

5 lines
191 B
Python

from .read import ReadTestCase
from .write import WriteTestCase
from .transaction import AtomicTestCase
from .thread_safety import ThreadSafetyTestCase
from .settings import SettingsTestCase