summaryrefslogtreecommitdiff
path: root/tests/testall.py
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the unit test infrastructure, so that tests live inside thebwarsaw2006-05-181-40/+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
|
* Add test_smtpbwarsaw2003-02-231-5/+5
|
* Added lockfile test.bwarsaw2002-03-131-2/+2
|
* MODULES: Add test_runners.py, but remove test_message.py. This onebwarsaw2001-10-121-2/+6
| | | | | | | | can't be run automatically because it requires that the qrunner/mailmanctl be started. But we can't run the other tests if mailmanctl is running because it'll attempt to deliver stuff out of the queues and the other tests deliberately check various files in the queue.
* MODULES: Added message, safedict, and security_mgr tests.bwarsaw2001-10-091-1/+2
|
* Many more unit tests, this time including a nearly complete coveragebwarsaw2001-10-011-1/+1
| | | | | of the Mailman.Handlers modules (some handlers are not yet tested but those that are are complete).
* The start of a unit test suite. Yay! Only tests bounce detection sobwarsaw2001-08-041-0/+35
far.