summaryrefslogtreecommitdiff
path: root/src/mailman/core/tests/test_runner.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Clean up the core directory.Barry Warsaw2016-03-241-20/+11
| | | | | | | mailman/core/errors.py is gone now. We had a duplicate base exception which now always comes from mailman/interfaces/errors.py. Obsolete/unused exceptions are remove. The other exceptions are moved to better locations.
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* For now, treat `DeliveryMode.summary_digests` the same as `.mime_digests`.Barry Warsaw2015-09-061-2/+9
| | | | | (Closes #141). Also, don't enqueue a particular digest if there are no recipients for that digest.
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
|
* Trunk merge.Barry Warsaw2014-12-221-2/+38
|\
| * LP: #1130696 - AttributeError on .senderBarry Warsaw2014-12-101-2/+38
| |\
| | * Make the MIMEDigester generate a subclass of MIMEMultipart with our additionsAurélien Bompard2014-12-091-10/+12
| | | | | | | | | | | | Fixes bug #1130696 (differently)
| | * Handle the MIMEMultipart created by the DigestRunner properlyAurélien Bompard2014-11-301-1/+20
| |/ | | | | | | Fixes: bug #1130696
* | Core tests pass.Barry Warsaw2014-12-151-1/+1
| |
* | Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-151-1/+1
|/ | | | | | load_external() now always opens in utf-8 mode. More test repair.
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-1/+1
| | | | | The code base is now also `python2.7 -3` clean, although there are still some warnings in 3rd party dependencies. LP: #1073506
* Add a test to ensure that the re-raising of the exception occurs.Barry Warsaw2012-05-111-3/+7
|
* * When a queue runner gets an exception in its _dispose() method, aBarry Warsaw2012-05-111-0/+85
`RunnerCrashEvent` is triggered, which contains references to the queue runner, mailing list, message, metadata, and exception. Interested parties can subscribe to that `zope.event` for notification.