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_api.py | |
| parent | ca4259f4abd2802f87b86907c281a8b4cdb8150b (diff) | |
| download | mailman-1f039b2df371a569115b4ddc7bbc3786ef7d135d.tar.gz mailman-1f039b2df371a569115b4ddc7bbc3786ef7d135d.tar.zst mailman-1f039b2df371a569115b4ddc7bbc3786ef7d135d.zip | |
Diffstat (limited to 'src/mailman/rest/tests/test_api.py')
| -rw-r--r-- | src/mailman/rest/tests/test_api.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/rest/tests/test_api.py b/src/mailman/rest/tests/test_api.py index 1d050ed42..4bca75849 100644 --- a/src/mailman/rest/tests/test_api.py +++ b/src/mailman/rest/tests/test_api.py @@ -17,11 +17,6 @@ """API version tests.""" -__all__ = [ - 'TestAPIVersion', - ] - - import unittest from mailman.core.system import system @@ -30,7 +25,6 @@ from mailman.testing.layers import RESTLayer from urllib.error import HTTPError - class TestAPIVersion(unittest.TestCase): layer = RESTLayer |
