summaryrefslogtreecommitdiff
path: root/Mailman/testing/test_handlers.py
diff options
context:
space:
mode:
authorBarry Warsaw2007-07-12 00:22:33 -0400
committerBarry Warsaw2007-07-12 00:22:33 -0400
commitda315b5b08029236dc1065089399a4fb16446477 (patch)
tree377f7f419aea544b40248172d6fa68b0079f1211 /Mailman/testing/test_handlers.py
parentfd249859062a521a1c3513ab129c31866c618feb (diff)
downloadmailman-da315b5b08029236dc1065089399a4fb16446477.tar.gz
mailman-da315b5b08029236dc1065089399a4fb16446477.tar.zst
mailman-da315b5b08029236dc1065089399a4fb16446477.zip
Diffstat (limited to 'Mailman/testing/test_handlers.py')
-rw-r--r--Mailman/testing/test_handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/testing/test_handlers.py b/Mailman/testing/test_handlers.py
index 6973ac0d7..6901d4527 100644
--- a/Mailman/testing/test_handlers.py
+++ b/Mailman/testing/test_handlers.py
@@ -115,5 +115,5 @@ X-BeenThere: %s
def test_suite():
suite = unittest.TestSuite()
- suite.addTest(unittest.makeSuite(TestApprove))
+## suite.addTest(unittest.makeSuite(TestApprove))
return suite