diff options
| author | Barry Warsaw | 2016-03-25 18:03:12 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-03-25 18:03:12 -0400 |
| commit | 077a49a823af227c7038f9533eb8d9d55571bbe7 (patch) | |
| tree | dd0d2710a8bad8da08b085ffc611fdd8f9642813 /src/mailman/runners/tests/test_rest.py | |
| parent | 142aca81121ec885d70ed74ea5a6b76ecf05221b (diff) | |
| download | mailman-077a49a823af227c7038f9533eb8d9d55571bbe7.tar.gz mailman-077a49a823af227c7038f9533eb8d9d55571bbe7.tar.zst mailman-077a49a823af227c7038f9533eb8d9d55571bbe7.zip | |
Diffstat (limited to 'src/mailman/runners/tests/test_rest.py')
| -rw-r--r-- | src/mailman/runners/tests/test_rest.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/runners/tests/test_rest.py b/src/mailman/runners/tests/test_rest.py index 958908c3a..99e4dad02 100644 --- a/src/mailman/runners/tests/test_rest.py +++ b/src/mailman/runners/tests/test_rest.py @@ -17,11 +17,6 @@ """Test the REST runner.""" -__all__ = [ - 'TestRESTRunner', - ] - - import os import signal import unittest @@ -30,7 +25,6 @@ from mailman.testing.helpers import call_api, wait_for_webservice from mailman.testing.layers import RESTLayer - class TestRESTRunner(unittest.TestCase): """Test the REST runner.""" |
