summaryrefslogtreecommitdiff
path: root/tests/test_membership.py
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the unit test infrastructure, so that tests live inside thebwarsaw2006-05-181-381/+0
| | | | | | | | | | | | | | | | | Mailman top level package. Rewrote the test runner and stuck it in bin (as an mmshell symlink). bin/testall now autodetects tests and allows running a subset of tests via regular expression filtering. I also fixed all the tests so they all pass now, with the exception of test_message.py tests. These still doesn't work because of coordination issues between its smtpd-based reader and SMTPDirect, but... I have a plan (mwah, ha, ha! :) I also fixed a code update bug in Decorate.py
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
|
* Updatesbwarsaw2003-02-231-9/+10
|
* test_remove_member_clears(): New test to make sure that removing abwarsaw2002-02-091-1/+45
| | | | | | | member clears the bounce and delivery status information for a member. test_bounce_info(): Make sure that the case invariants are upheld.
* test_basic_option(), test_set_digests(),bwarsaw2001-12-191-19/+24
| | | | | | | | | | | test_set_dont_receive_own_posts(), test_disable_mime(), test_conceal_subscription(), test_suppress_password_reminder(), test_receive_nonmatching_topics(): Remove DisableDelivery tests -- they're obsolete. test_set_disable_delivery(): Convert to the new MemberAdaptor APIs. test_delivery_status_time(): New test.
* Many more unit tests, this time including a nearly complete coveragebwarsaw2001-10-011-0/+331
of the Mailman.Handlers modules (some handlers are not yet tested but those that are are complete).