summaryrefslogtreecommitdiff
path: root/tests/regressiontests/dispatch/tests/__init__.py
blob: b6d26217e11b1ae2fbd2934731482c423d542809 (plain)
1
2
3
4
5
6
7
8
"""
Unit-tests for the dispatch project
"""

from __future__ import absolute_import

from .test_dispatcher import DispatcherTests, ReceiverTestCase
from .test_saferef import SaferefTests