summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_control.py
diff options
context:
space:
mode:
authorBarry Warsaw2011-10-30 12:30:57 -0400
committerBarry Warsaw2011-10-30 12:30:57 -0400
commitf8456fef792eaa7b36a5b04072c5ad15d5fb6d48 (patch)
treebedb742266f1d70c132e642497566cc620823453 /src/mailman/commands/tests/test_control.py
parent42d13a8672d73aca2fc889633dbf7b3ff2a9c7ee (diff)
downloadmailman-f8456fef792eaa7b36a5b04072c5ad15d5fb6d48.tar.gz
mailman-f8456fef792eaa7b36a5b04072c5ad15d5fb6d48.tar.zst
mailman-f8456fef792eaa7b36a5b04072c5ad15d5fb6d48.zip
Diffstat (limited to 'src/mailman/commands/tests/test_control.py')
-rw-r--r--src/mailman/commands/tests/test_control.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mailman/commands/tests/test_control.py b/src/mailman/commands/tests/test_control.py
index 105ba95d5..73b7395ff 100644
--- a/src/mailman/commands/tests/test_control.py
+++ b/src/mailman/commands/tests/test_control.py
@@ -23,7 +23,6 @@ __metaclass__ = type
__all__ = [
'find_master',
'make_config',
- 'test_suite',
]
@@ -162,10 +161,3 @@ class TestStart(unittest.TestCase):
self.command.process(self.args)
pid = find_master()
self.assertNotEqual(pid, None)
-
-
-
-def test_suite():
- suite = unittest.TestSuite()
- suite.addTest(unittest.makeSuite(TestStart))
- return suite