django/tests/dispatch/tests/__init__.py

9 lines
187 B
Python

"""
Unit-tests for the dispatch project
"""
from __future__ import absolute_import
from .test_dispatcher import DispatcherTests, ReceiverTestCase
from .test_saferef import SaferefTests