summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_help.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands/tests/test_help.py')
-rw-r--r--src/mailman/commands/tests/test_help.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/commands/tests/test_help.py b/src/mailman/commands/tests/test_help.py
index 2155b21cd..a45fc7c6c 100644
--- a/src/mailman/commands/tests/test_help.py
+++ b/src/mailman/commands/tests/test_help.py
@@ -17,11 +17,6 @@
"""Additional tests for the `help` email command."""
-__all__ = [
- 'TestHelp',
- ]
-
-
import unittest
from mailman.app.lifecycle import create_list
@@ -32,7 +27,6 @@ from mailman.runners.command import Results
from mailman.testing.layers import ConfigLayer
-
class TestHelp(unittest.TestCase):
"""Test email help."""