summaryrefslogtreecommitdiff
path: root/tests/test_security_mgr.py
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the unit test infrastructure, so that tests live inside thebwarsaw2006-05-181-273/+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
|
* Updates for changes inclusive of Mailman 2.1.1.bwarsaw2003-02-211-9/+21
|
* New tests for the Message class (Mailman's not mimelib's), thebwarsaw2001-10-091-0/+261
SafeDict class and the SecurityManager class.