summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/tests/test_wrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/utilities/tests/test_wrap.py')
-rw-r--r--src/mailman/utilities/tests/test_wrap.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mailman/utilities/tests/test_wrap.py b/src/mailman/utilities/tests/test_wrap.py
index 2fc6c6ccf..5ef658e14 100644
--- a/src/mailman/utilities/tests/test_wrap.py
+++ b/src/mailman/utilities/tests/test_wrap.py
@@ -21,7 +21,6 @@ from __future__ import absolute_import, unicode_literals
__metaclass__ = type
__all__ = [
- 'test_suite',
]
@@ -142,10 +141,3 @@ This is a single paragraph that consists of one sentence.
And another one that breaks
because it is indented.
Followed by one more paragraph.""")
-
-
-
-def test_suite():
- suite = unittest.TestSuite()
- suite.addTest(unittest.makeSuite(TestWrap))
- return suite