summaryrefslogtreecommitdiff
path: root/src/mailman/mta/docs/bulk.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix mta and lmtp tests.Barry Warsaw2014-12-171-3/+6
|
* Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw2014-11-071-1/+1
| | | | | | | | | | | To do this, we have to handle random test ordering, since tox explicitly sets PYTHONHASHSEED. That's a good thing for the future Python 3 port. Removed `mailman conf -t/--sort`; now the output is always sorted. RFC 2369 headers are now sorted before being added. etag repr dicts are sorted using pprint.pformat().
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-12/+12
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-0/+371