summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/rest/tests/test_helpers.py')
-rw-r--r--src/mailman/rest/tests/test_helpers.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/rest/tests/test_helpers.py b/src/mailman/rest/tests/test_helpers.py
index cab1f06fa..982b97ef3 100644
--- a/src/mailman/rest/tests/test_helpers.py
+++ b/src/mailman/rest/tests/test_helpers.py
@@ -17,11 +17,6 @@
"""Additional tests for helpers."""
-__all__ = [
- 'TestHelpers',
- ]
-
-
import unittest
from datetime import timedelta
@@ -38,7 +33,6 @@ class Unserializable:
pass
-
class TestHelpers(unittest.TestCase):
layer = ConfigLayer