summaryrefslogtreecommitdiff
path: root/tests/dispatch
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dispatch')
-rw-r--r--tests/dispatch/__init__.py2
-rw-r--r--tests/dispatch/tests/__init__.py6
2 files changed, 0 insertions, 8 deletions
diff --git a/tests/dispatch/__init__.py b/tests/dispatch/__init__.py
index 679895bb5c..e69de29bb2 100644
--- a/tests/dispatch/__init__.py
+++ b/tests/dispatch/__init__.py
@@ -1,2 +0,0 @@
-"""Unit-tests for the dispatch project
-"""
diff --git a/tests/dispatch/tests/__init__.py b/tests/dispatch/tests/__init__.py
index 4c4d4fea8a..e69de29bb2 100644
--- a/tests/dispatch/tests/__init__.py
+++ b/tests/dispatch/tests/__init__.py
@@ -1,6 +0,0 @@
-"""
-Unit-tests for the dispatch project
-"""
-
-from .test_dispatcher import DispatcherTests, ReceiverTestCase
-from .test_saferef import SaferefTests