diff options
Diffstat (limited to 'src/mailman/commands/tests')
| -rw-r--r-- | src/mailman/commands/tests/test_control.py | 8 | ||||
| -rw-r--r-- | src/mailman/commands/tests/test_create.py | 8 |
2 files changed, 0 insertions, 16 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 diff --git a/src/mailman/commands/tests/test_create.py b/src/mailman/commands/tests/test_create.py index 76a8e0e00..75218de94 100644 --- a/src/mailman/commands/tests/test_create.py +++ b/src/mailman/commands/tests/test_create.py @@ -21,7 +21,6 @@ from __future__ import absolute_import, unicode_literals __metaclass__ = type __all__ = [ - 'test_suite', ] @@ -95,10 +94,3 @@ class TestCreate(unittest.TestCase): pass self.assertEqual(self.command.parser.message, 'Illegal owner addresses: main=True') - - - -def test_suite(): - suite = unittest.TestSuite() - suite.addTest(unittest.makeSuite(TestCreate)) - return suite |
