summaryrefslogtreecommitdiff
path: root/src/mailman/testing/helpers.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed a typo in add_member() which prevented subscribing an email address thatBarry Warsaw2011-01-311-0/+30
* Split member and nonmember moderation.Barry Warsaw2011-01-021-7/+16
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-2/+0
* * Fix the bin/test -e/--stderr option to work with the currentBarry Warsaw2010-06-181-0/+18
* Chains now fire Zope events in their _process() implementation.Barry Warsaw2010-02-161-1/+24
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* The delivery agent requires that the message object have a .original_sizeBarry Warsaw2009-12-041-1/+0
* Use lazr.smtptest instead of our own SMTPServer and test SMTPd.Barry Warsaw2009-10-151-60/+0
* When testing, the signal.pause() is a problem because the TestableMaster isBarry Warsaw2009-10-151-1/+7
* Set testing threads as daemon so they won't hang.Barry Warsaw2009-06-291-0/+2
* More tests for the REST server, this time, for the queue runner.Barry Warsaw2009-05-101-1/+28
* Minor cleanupsBarry Warsaw2009-03-051-2/+5
* Massive digester rework.Barry Warsaw2009-02-041-3/+9
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+248