summaryrefslogtreecommitdiff
path: root/src/mailman/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* This is a better fix than the previous commit, since it uses a principled app...Barry Warsaw2010-08-301-0/+15
* * Fix the bin/test -e/--stderr option to work with the currentBarry Warsaw2010-06-182-13/+34
* Updates for the latest releases of flufl.enum and flufl.i18n.Barry Warsaw2010-05-021-2/+2
* * A start to import of Mailman 2.1 config.pck files.Barry Warsaw2010-04-051-0/+0
* Chains now fire Zope events in their _process() implementation.Barry Warsaw2010-02-161-1/+24
* Checkpointint support for different path layouts, allowing us to optionallyBarry Warsaw2010-01-271-1/+6
* Happy New Year.Barry Warsaw2010-01-015-5/+5
* The test suite has to be able to inhibit the loading of any configurationBarry Warsaw2009-12-131-1/+2
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-1/+1
* The delivery agent requires that the message object have a .original_sizeBarry Warsaw2009-12-041-1/+0
* Convert bin/genaliases to bin/mailman aliasesBarry Warsaw2009-11-281-1/+1
* Do not create the .mo files during setup. This makes things go much faster.Barry Warsaw2009-11-243-0/+140
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
* Fix all tests except outgoing.txt and common.txtBarry Warsaw2009-11-021-1/+1
* Handle SMTPResponseExceptions like smtp_direct.py, but without the distinctionBarry Warsaw2009-10-311-13/+39
* IMailTransportAgentDelivery.deliver() returns a dictionary just likeBarry Warsaw2009-10-311-6/+38
* IMailTransportAgent -> IMailTransportAgentAliasesBarry Warsaw2009-10-181-2/+2
* Show that a max_sessions_per_connection == 0 means there's an unlimited numberBarry Warsaw2009-10-182-19/+19
* Show that the session count is zero at first.Barry Warsaw2009-10-181-27/+18
* Infrastructure for testing the Connection class, and for counting the numberBarry Warsaw2009-10-182-16/+105
* Use lazr.smtptest instead of our own SMTPServer and test SMTPd.Barry Warsaw2009-10-153-159/+19
* When testing, the signal.pause() is a problem because the TestableMaster isBarry Warsaw2009-10-151-1/+7
* Replace the message_store instance on the database with an IMessageStoreBarry Warsaw2009-08-261-2/+5
* Wow. Put domains into the database.Barry Warsaw2009-07-162-6/+6
* Clean a few more lints.Barry Warsaw2009-07-101-4/+20
* Set testing threads as daemon so they won't hang.Barry Warsaw2009-06-291-0/+2
* Allow for setting the doctest layer in the doctest package's __init__. If notBarry Warsaw2009-05-271-0/+21
* 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
* Add a "mock and monkey" layer to set up testing infrastructure, e.g. forBarry Warsaw2009-02-171-1/+20
* Massive digester rework.Barry Warsaw2009-02-041-3/+9
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-256-0/+682