summaryrefslogtreecommitdiff
path: root/tests/EmailBase.py
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the unit test infrastructure, so that tests live inside thebwarsaw2006-05-181-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.tkikuchi2005-08-271-1/+1
|
* Copyright yearsbwarsaw2003-03-311-1/+1
|
* Typo, whitespace normalization.bwarsaw2002-11-041-5/+5
|
* Move the actual tests out of here and into test_message.py; this filebwarsaw2001-10-091-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.
* intermediatebwarsaw2001-10-051-0/+139