summaryrefslogtreecommitdiff
path: root/Mailman/testing/test_replybot.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.
* Add doctest for Replybot handler. The test in test_handlers.py didn't reallybwarsaw2007-05-311-0/+32
do anything. The doctest needs to have some way of testing the grace period, but it's still more tests of the module than there every was before. Update the Replyboty handler to use $-strings internally. Eliminate the use of %-strings in auto-response textsy. Only $-strings can be used, which allows us to get rid of another use of SafeDict.