summaryrefslogtreecommitdiff
path: root/Mailman/tests
diff options
context:
space:
mode:
authorBarry Warsaw2007-09-27 22:33:04 -0400
committerBarry Warsaw2007-09-27 22:33:04 -0400
commit773980eb727b98c902b93894cafcd6bc7d22510d (patch)
tree14c4d18e6a812fc913d720b06064128f406c43bf /Mailman/tests
parent4a2ca2c159accdca7e1101a94efb5a4499407b72 (diff)
downloadmailman-773980eb727b98c902b93894cafcd6bc7d22510d.tar.gz
mailman-773980eb727b98c902b93894cafcd6bc7d22510d.tar.zst
mailman-773980eb727b98c902b93894cafcd6bc7d22510d.zip
Repair the test suite.
Diffstat (limited to 'Mailman/tests')
-rw-r--r--Mailman/tests/test_handlers.py2
-rw-r--r--Mailman/tests/test_membership.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/Mailman/tests/test_handlers.py b/Mailman/tests/test_handlers.py
index b4cb390ce..9cadc1db9 100644
--- a/Mailman/tests/test_handlers.py
+++ b/Mailman/tests/test_handlers.py
@@ -23,7 +23,6 @@ import unittest
from Mailman import Errors
from Mailman import Message
from Mailman import passwords
-from Mailman.MailList import MailList
from Mailman.configuration import config
from Mailman.Handlers import Approve
@@ -114,5 +113,4 @@ X-BeenThere: %s
def test_suite():
suite = unittest.TestSuite()
-## suite.addTest(unittest.makeSuite(TestApprove))
return suite
diff --git a/Mailman/tests/test_membership.py b/Mailman/tests/test_membership.py
index b874ee67c..ed43e40af 100644
--- a/Mailman/tests/test_membership.py
+++ b/Mailman/tests/test_membership.py
@@ -21,8 +21,6 @@ import os
import time
import unittest
-from Mailman import MailList
-from Mailman import MemberAdaptor
from Mailman import Utils
from Mailman import passwords
from Mailman.Errors import NotAMemberError