summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-50/+15
| | | | | The code base is now also `python2.7 -3` clean, although there are still some warnings in 3rd party dependencies. LP: #1073506
* - Move some normal recipient tests to unittests.Barry Warsaw2012-03-231-0/+200
| | | | | | | | - Add unittests for owner recipients. There does eventually need to be some documentation about owner recipients. - Implement owner recipients handler. This includes moderators and owners (i.e. all the non-disabled the list administrators). - Changed the [mailman]site_owner setting in testing.cfg to noreply@example.com
* Rename the src/mailman/pipeline directory to src/mailman/handlers since that'sBarry Warsaw2012-03-232-0/+213
how I think about them anyway.