summaryrefslogtreecommitdiff
path: root/src/mailman/testing/helpers.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - More tests of mailman.runners.nntp.prepare_message(), this time of theBarry Warsaw2012-04-011-0/+41
* Several fixes and cleanups, ostensibly to fix Python 2.6 support.Barry Warsaw2012-03-221-0/+18
* * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw2012-03-131-2/+3
* * The `join` email command no longer accepts an `address=` argument. ItsBarry Warsaw2012-02-291-1/+1
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-061-1/+6
* * Implement the style manager as a utility instead of an attribute hangingBarry Warsaw2011-10-241-1/+2
* Complete bug 827036 work.Barry Warsaw2011-08-171-0/+1
* Major terminology shift:Barry Warsaw2011-06-011-11/+9
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-251-1/+16
* oh wellBarry Warsaw2011-05-141-2/+1
* Add tests for the outgoing queue runner.Barry Warsaw2011-05-141-3/+11
* Move the test timeout values into a configuration variable. Set devmode.waitBarry Warsaw2011-05-031-11/+14
* Start the enablement of bounce detection.Barry Warsaw2011-05-011-0/+21
* * Move members.txt corner cases to unittests.Barry Warsaw2011-04-201-0/+53
* Refactor .subscribe() from IAddress to IMailingList.Barry Warsaw2011-04-161-3/+3
* 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