summaryrefslogtreecommitdiff
path: root/src/mailman/testing/layers.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for regex based postfix transport maps and relay_domains.Abhilash Raj2017-05-231-0/+1
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* New template system. Closes #249Barry Warsaw2016-07-161-4/+2
* Replace another rmtree() with a better solution.Barry Warsaw2016-05-011-4/+8
* Ensure that $(PWD)/var/ is cleaned up.Barry Warsaw2016-04-301-1/+5
* Clean up the testing directory.Barry Warsaw2016-03-251-18/+9
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Turn off tying the -E test suite option to debugging the database logger.Barry Warsaw2015-08-181-2/+5
* all tests passing now (except doctests)Abhilash Raj2015-03-261-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-11/+6
* Checkpointing.Barry Warsaw2014-11-301-2/+3
* Remove some unnecessary code, and revert back to SQLite by default for theBarry Warsaw2014-11-011-3/+0
* DatabaseBarry Warsaw2014-11-011-0/+7
|\
| * Merge abompard's fixes to the Postgres test suite.Barry Warsaw2014-10-301-3/+4
| * Remove some unnecessary code.Barry Warsaw2014-10-131-4/+1
| * Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry.Barry Warsaw2014-10-131-1/+4
| |\
| | * 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
| | |\ | | |/ | |/|
| | * 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
| * | Migrations, with cleanup by Barry.Barry Warsaw2014-09-271-0/+4
|/| | | |/
| * 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
|\