summaryrefslogtreecommitdiff
path: root/src/mailman/testing/documentation.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-9/+0
|
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-10/+11
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* * Re-name doctests.Barry Warsaw2013-08-251-0/+176
* Fix executable location now that we're not using buildout. * Fix enum repr.