From f9dfad95995685c18adf509630e1f6307ea332a1 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 20 Apr 2011 04:51:25 -0400 Subject: * Move members.txt corner cases to unittests. * Fix a case in a list's /members API where the listname is bogus. * Catch NotAMemberError form delete_member() and return not_found. * Refactor REST helpers so that call_api() can be used in unittests without doing any prints to stdout. --- src/mailman/model/tests/test_user.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mailman/model/tests/test_user.py') diff --git a/src/mailman/model/tests/test_user.py b/src/mailman/model/tests/test_user.py index 6bac37e41..072b2f7be 100644 --- a/src/mailman/model/tests/test_user.py +++ b/src/mailman/model/tests/test_user.py @@ -79,4 +79,3 @@ def test_suite(): suite = unittest.TestSuite() suite.addTest(unittest.makeSuite(TestUser)) return suite - -- cgit v1.2.3-70-g09d2