summaryrefslogtreecommitdiff
path: root/src/mailman/testing/layers.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-011-8/+10
* Fixed a typo in add_member() which prevented subscribing an email address thatBarry Warsaw2011-01-311-15/+2
* LP: #490044 - Support SMTP AUTH.Barry Warsaw2011-01-021-0/+1
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Insulate the test environment from the running environment. Sadly, the testBarry Warsaw2010-12-221-1/+1
* 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-081-1/+0
|/
* 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-181-13/+16
* Checkpointint support for different path layouts, allowing us to optionallyBarry Warsaw2010-01-271-1/+6
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* 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
* 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
* Show that a max_sessions_per_connection == 0 means there's an unlimited numberBarry Warsaw2009-10-181-2/+2
* Infrastructure for testing the Connection class, and for counting the numberBarry Warsaw2009-10-181-16/+2
* Use lazr.smtptest instead of our own SMTPServer and test SMTPd.Barry Warsaw2009-10-151-2/+19
* 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-161-1/+6
* Clean a few more lints.Barry Warsaw2009-07-101-4/+20
* Allow for setting the doctest layer in the doctest package's __init__. If notBarry Warsaw2009-05-271-0/+21
* Add a "mock and monkey" layer to set up testing infrastructure, e.g. forBarry Warsaw2009-02-171-1/+20
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+204