7 lines
147 B
Python
7 lines
147 B
Python
"""
|
|
Unit-tests for the dispatch project
|
|
"""
|
|
|
|
from .test_dispatcher import DispatcherTests, ReceiverTestCase
|
|
from .test_saferef import SaferefTests
|