diff options
| author | Barry Warsaw | 2016-03-24 09:55:18 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-03-24 09:55:18 -0400 |
| commit | ce9370a537683e6e4e934b8018d0fe3f2aa7f9ac (patch) | |
| tree | 1c5ac62d66cfa75d6bf7abfb737ae401b49df2a8 /src/mailman/bin/tests/test_mailman.py | |
| parent | 8169b60bc3d5b771f3676ae12c65f6f92c67a76a (diff) | |
| download | mailman-ce9370a537683e6e4e934b8018d0fe3f2aa7f9ac.tar.gz mailman-ce9370a537683e6e4e934b8018d0fe3f2aa7f9ac.tar.zst mailman-ce9370a537683e6e4e934b8018d0fe3f2aa7f9ac.zip | |
Diffstat (limited to 'src/mailman/bin/tests/test_mailman.py')
| -rw-r--r-- | src/mailman/bin/tests/test_mailman.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/bin/tests/test_mailman.py b/src/mailman/bin/tests/test_mailman.py index 282432030..7c9d2f2bc 100644 --- a/src/mailman/bin/tests/test_mailman.py +++ b/src/mailman/bin/tests/test_mailman.py @@ -17,11 +17,6 @@ """Test mailman command utilities.""" -__all__ = [ - 'TestMailmanCommand', - ] - - import unittest from io import StringIO @@ -29,7 +24,6 @@ from mailman.bin.mailman import main from unittest.mock import patch - class TestMailmanCommand(unittest.TestCase): def test_mailman_command_without_subcommand_prints_help(self): # Issue #137: Running `mailman` without a subcommand raises an |
