summaryrefslogtreecommitdiff
path: root/src/mailman/testing/layers.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't use a testing layer for database testsAurélien Bompard2014-10-061-55/+0
* Merge from Abhilash's branchAurélien Bompard2014-10-061-3/+3
|\
| * Migrations, with cleanup by Barry.Barry Warsaw2014-09-271-0/+4
| |\
* | | Fix DB unit testsAurélien Bompard2014-10-061-4/+34
* | | New DB testing layer that does not auto-create the DBAurélien Bompard2014-10-031-0/+30
| |/ |/|
* | added support for migrations via alembicAbhilash Raj2014-09-241-0/+4
|/
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* * When --sort is used, watch out for continuation lines, which shouldn't getBarry Warsaw2013-10-181-27/+6
* Switch to virtualenv and nose2 instead of zc.buildout and zope.testing.Barry Warsaw2013-08-251-1/+1
* * `bin/runner` command has been simplified and its command line optionsBarry Warsaw2013-06-171-24/+3
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* ConfigurationBarry Warsaw2012-11-041-2/+13
* Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-251-1/+1
* * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-021-2/+0
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-1/+1
* - Modernize the layers.py module by using print().Barry Warsaw2012-04-221-6/+7
* Verp all messages to the -owners. Add a test to prove that email to -ownersBarry Warsaw2012-03-231-0/+8
* * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw2012-03-131-1/+34
* copybumpBarry Warsaw2012-01-011-1/+1
* Fixed two typos.Barry Warsaw2011-06-111-2/+3
* Major terminology shift:Barry Warsaw2011-06-011-1/+1
* Move the test timeout values into a configuration variable. Set devmode.waitBarry Warsaw2011-05-031-1/+2
* 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