summaryrefslogtreecommitdiff
path: root/Mailman/testing/test_cook_headers.py
Commit message (Collapse)AuthorAgeFilesLines
* Simplify doctests by having just a single test_documentation.py module inBarry Warsaw2007-06-231-32/+0
| | | | | Mailman/testing. This introspects the Mailman/docs directory and adds DocFileSuites for all .txt files found there.
* Refactor tests to get consistent clean up behavior. The clean up sectionsBarry Warsaw2007-06-221-5/+2
| | | | | have been removed from the .txt files and instead added to the test harness, which all doctests now use.
* Convert the CookHeaders tests in test_handlers to using doctests, split upBarry Warsaw2007-06-211-0/+35
into several sub-documents. Defaults.py.in: Removed OLD_STYLE_PREFIXING. So-called 'new style' prefixing is the default and only option now. CookHeaders.py is updated to the new API and some (but not all) of the code has been updated to more modern Python idioms. reply_goes_to_list attribute has been changed from a strict integer to a munepy enum called ReplyToMunging. RFC 2369 headers List-Subscribe and List-Unsubscribe now use the preferred -join and -leave addresses instead of the -request address with a subject value.