diff options
Diffstat (limited to 'src/mailman/rest/tests/test_root.py')
| -rw-r--r-- | src/mailman/rest/tests/test_root.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/rest/tests/test_root.py b/src/mailman/rest/tests/test_root.py index 2f4c9d3b8..ea2f2da5e 100644 --- a/src/mailman/rest/tests/test_root.py +++ b/src/mailman/rest/tests/test_root.py @@ -17,11 +17,6 @@ """REST root object tests.""" -__all__ = [ - 'TestRoot', - ] - - import os import json import unittest @@ -35,7 +30,6 @@ from mailman.testing.layers import RESTLayer from urllib.error import HTTPError - class TestRoot(unittest.TestCase): layer = RESTLayer |
