| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reorganize the unit test infrastructure, so that tests live inside the | bwarsaw | 2006-05-18 | 1 | -75/+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. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| | | |||||
| * | Copyright years | bwarsaw | 2003-03-31 | 1 | -1/+1 |
| | | |||||
| * | Typo, whitespace normalization. | bwarsaw | 2002-11-04 | 1 | -5/+5 |
| | | |||||
| * | Move the actual tests out of here and into test_message.py; this file | bwarsaw | 2001-10-09 | 1 | -71/+7 |
| | | | | | | | | | | | only contains the base class. Get SMTPPORT out of mm_cfg.py since they must match (it has to set up a server listening on the same port that SMTPDirect will try to connect to as a client). tearDown(): Need this to close the server and call the base class tearDown(), so that the port will be available for each subsequent test. | ||||
| * | intermediate | bwarsaw | 2001-10-05 | 1 | -0/+139 |
