| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
member clears the bounce and delivery status information for a
member.
test_bounce_info(): Make sure that the case invariants are upheld.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
of the Mailman.Handlers modules (some handlers are not yet tested but
those that are are complete).
|