summaryrefslogtreecommitdiff
path: root/tests/TestBase.py
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the unit test infrastructure, so that tests live inside thebwarsaw2006-05-181-72/+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
* back port from 2.1.6.tkikuchi2005-08-281-1/+1
|
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
|
* Add ndiff hack for better error reporting of long text.bwarsaw2003-03-311-0/+19
|
* Whitespace normalizationbwarsaw2002-12-021-4/+4
|
* Utils.rmdirhier() -> shutil.rmtree()bwarsaw2002-12-021-1/+2
|
* TestBase.setUp(): set host_name and web_page_url attributes sincebwarsaw2001-10-051-0/+3
| | | | | | we're almost always going to want these. Also .Save() the list so it's config.pck gets written out to disk (needed for the thru-smtp tests which open the list in a separate process).
* Many more unit tests, this time including a nearly complete coveragebwarsaw2001-10-011-0/+49
of the Mailman.Handlers modules (some handlers are not yet tested but those that are are complete).