summaryrefslogtreecommitdiff
path: root/src/mailman/runners/tests/test_rest.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/tests/test_rest.py')
-rw-r--r--src/mailman/runners/tests/test_rest.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/runners/tests/test_rest.py b/src/mailman/runners/tests/test_rest.py
index 958908c3a..99e4dad02 100644
--- a/src/mailman/runners/tests/test_rest.py
+++ b/src/mailman/runners/tests/test_rest.py
@@ -17,11 +17,6 @@
"""Test the REST runner."""
-__all__ = [
- 'TestRESTRunner',
- ]
-
-
import os
import signal
import unittest
@@ -30,7 +25,6 @@ from mailman.testing.helpers import call_api, wait_for_webservice
from mailman.testing.layers import RESTLayer
-
class TestRESTRunner(unittest.TestCase):
"""Test the REST runner."""