summaryrefslogtreecommitdiff
path: root/src/mailman/runners/tests/test_outgoing.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/tests/test_outgoing.py')
-rw-r--r--src/mailman/runners/tests/test_outgoing.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mailman/runners/tests/test_outgoing.py b/src/mailman/runners/tests/test_outgoing.py
index ddabfbef7..41ba1a106 100644
--- a/src/mailman/runners/tests/test_outgoing.py
+++ b/src/mailman/runners/tests/test_outgoing.py
@@ -21,7 +21,6 @@ from __future__ import absolute_import, unicode_literals
__metaclass__ = type
__all__ = [
- 'test_suite',
]
@@ -537,13 +536,3 @@ Message-Id: <first>
self.assertEqual(
line[-63:-1],
'Discarding message with persistent temporary failures: <first>')
-
-
-
-def test_suite():
- suite = unittest.TestSuite()
- suite.addTest(unittest.makeSuite(TestOnce))
- suite.addTest(unittest.makeSuite(TestVERPSettings))
- suite.addTest(unittest.makeSuite(TestSocketError))
- suite.addTest(unittest.makeSuite(TestSomeRecipientsFailed))
- return suite