| 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
|
| |
|
|
|
|
| |
the builtin types. Two still remain: a check against ClassType and a check
against MethodType. Also, fix some hinky type comparisons to use isinstance()
consistently.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
make sense any more, many needed changing, etc. I really should run
these more often (and add to them!)
|
| |
|
|
|
|
|
|
|
| |
address instead of the -admin address. Update the test.
test_list_headers(): Hack around for PUBLIC_ARCHIVE_URL.
test_list_headers_with_description(): Remove a test that we do
elsewhere and is just problematic to do here.
|
| |
|
|
|
| |
(posters, member_only_posts, etc.). Added some tests for the new
Reply-To: munging behavior.
|
| |
|
|
| |
handler module.
|
| | |
|
| |
|
|
|
|
| |
RejectUrgentMessage.
TestTagger: many tests of the Tagger handler.
|
| |
|
|
|
|
|
|
| |
that's done in TestBase now.
Also, comment out the assertions about received_time. Clock skew
apparently makes this too unreliable (we could do an interval test,
but it's not worth it).
|
|
|
of the Mailman.Handlers modules (some handlers are not yet tested but
those that are are complete).
|