diff options
Diffstat (limited to 'src/mailman/rest/tests/test_systemconf.py')
| -rw-r--r-- | src/mailman/rest/tests/test_systemconf.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mailman/rest/tests/test_systemconf.py b/src/mailman/rest/tests/test_systemconf.py index 8555eb7fa..9335480bf 100644 --- a/src/mailman/rest/tests/test_systemconf.py +++ b/src/mailman/rest/tests/test_systemconf.py @@ -17,11 +17,6 @@ """Test system configuration read-only access.""" -__all__ = [ - 'TestSystemConfiguration', - ] - - import unittest from mailman.testing.helpers import call_api @@ -29,7 +24,6 @@ from mailman.testing.layers import RESTLayer from urllib.error import HTTPError - class TestSystemConfiguration(unittest.TestCase): layer = RESTLayer maxDiff = None @@ -88,7 +82,6 @@ class TestSystemConfiguration(unittest.TestCase): 'xref', ]) - def test_all_sections(self): # Getting the top level configuration object returns a list of all # existing sections. |
