diff options
| author | Barry Warsaw | 2007-07-12 00:22:33 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-07-12 00:22:33 -0400 |
| commit | da315b5b08029236dc1065089399a4fb16446477 (patch) | |
| tree | 377f7f419aea544b40248172d6fa68b0079f1211 /Mailman/testing/test_handlers.py | |
| parent | fd249859062a521a1c3513ab129c31866c618feb (diff) | |
| download | mailman-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.py | 2 |
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 |
