summaryrefslogtreecommitdiff
path: root/src/mailman/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor MTA alias creation.Barry Warsaw2011-06-101-2/+2
* Major terminology shift:Barry Warsaw2011-06-013-24/+22
* * 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
* add sample dataBarry Warsaw2011-05-091-0/+0
* Add test sample dataBarry Warsaw2011-05-091-0/+17
* Move the test timeout values into a configuration variable. Set devmode.waitBarry Warsaw2011-05-032-12/+16
* 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
* Merge passwords into restBarry Warsaw2011-04-081-0/+2
|\
| * encrypt_password(): New convenience function for ensuring that a password isBarry Warsaw2011-04-081-0/+2
* | Removing debugging printBarry Warsaw2011-04-041-1/+0
* | More fleshing out of the users REST API.Barry Warsaw2011-04-041-0/+14
|/
* * Re-organize the interface between buildout.cfg and the zope.testing layerBarry Warsaw2011-04-012-8/+49
* Fixed a typo in add_member() which prevented subscribing an email address thatBarry Warsaw2011-01-312-15/+32
* LP: #490044 - Support SMTP AUTH.Barry Warsaw2011-01-022-0/+34
* Split member and nonmember moderation.Barry Warsaw2011-01-021-7/+16
* Happy New Year.Barry Warsaw2011-01-014-4/+4
* Insulate the test environment from the running environment. Sadly, the testBarry Warsaw2010-12-222-1/+5
* Add Basic Auth support to the REST API, given by Jimmy Bergman, with styleBarry Warsaw2010-10-111-2/+8
|\
| * Add doctest for connecting using invalid credentials and some documentation r...root2010-09-291-2/+6
* | Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-083-4/+2
|/
* 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