summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/datetime.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* __all__Barry Warsaw2009-03-091-0/+4
|
* Complete the porting of the autoresponse implementation, with no need of theBarry Warsaw2009-02-191-1/+1
| | | | | | old pickle attributes. Fix a typo in the datetime.py module.
* Add IAutoResponseSet.last_response() and fix a few bugs with the datetimeBarry Warsaw2009-02-191-3/+4
| | | | | testing harness. Remove the {admin,postings,request}_response attributes, but these are not apparently tested.
* Add a "mock and monkey" layer to set up testing infrastructure, e.g. forBarry Warsaw2009-02-171-0/+69
predictable dates and times. Fill out the autorespond.txt test to show that when the date flips over, the response counts reset. Add a date/time factory which we should use rather than the built-in datetime for now() and today() so that they can be appropriately tested.