summaryrefslogtreecommitdiff
path: root/src/mailman/testing/documentation.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the testing directory.Barry Warsaw2016-03-251-9/+3
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Major push for completing issue #121. Now in API 3.1, all UUIDs must be theBarry Warsaw2015-12-301-4/+4
| | | | | | | | | hex representations of a UUID, not the int representation. Also: * Some general code cleanup. * Fix issue 185 (REST server crash when subscribing a user without a preferred address).
* 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.