summaryrefslogtreecommitdiff
path: root/tests/TestBase.py
Commit message (Collapse)AuthorAgeFilesLines
* 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).