summaryrefslogtreecommitdiff
path: root/Mailman/testing/test_cleanse.py
Commit message (Collapse)AuthorAgeFilesLines
* Simplify doctests by having just a single test_documentation.py module inBarry Warsaw2007-06-231-27/+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-7/+2
| | | | | have been removed from the .txt files and instead added to the test harness, which all doctests now use.
* Convert the Cleanse handler tests to doctest style.Barry Warsaw2007-06-191-0/+32