diff options
| author | Barry Warsaw | 2016-03-25 12:38:59 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-03-25 12:38:59 -0400 |
| commit | 1f039b2df371a569115b4ddc7bbc3786ef7d135d (patch) | |
| tree | 5f727128a9f73d75b510fd62cbeca00138ecae58 /src/mailman/rest/tests/test_systemconf.py | |
| parent | ca4259f4abd2802f87b86907c281a8b4cdb8150b (diff) | |
| download | mailman-1f039b2df371a569115b4ddc7bbc3786ef7d135d.tar.gz mailman-1f039b2df371a569115b4ddc7bbc3786ef7d135d.tar.zst mailman-1f039b2df371a569115b4ddc7bbc3786ef7d135d.zip | |
Clean up the rest directory.
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. |
