django/tests/dispatch/tests/__init__.py
2013-02-26 14:36:57 +01:00

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