summaryrefslogtreecommitdiff
path: root/src/mailman/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merging in several refactorings, and a REST API change.Barry Warsaw2015-03-261-8/+13
|\ \ \ | |/ / |/| |
| * | Extended test helper subscribe() which takes an optional email address andBarry Warsaw2015-03-261-8/+13
| |/
* / Add a test for instance-containing pickle importAurélien Bompard2015-03-261-0/+0
|/
* We don't need the 'six' package any more.Barry Warsaw2015-01-042-3/+3
* Bump copyright years.Barry Warsaw2015-01-048-8/+8
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-226-41/+13
* Trunk merge.Barry Warsaw2014-12-221-21/+19
|\
| * * Fixed `AttributeError` on MIME digest messages. Given by Aurélien Bompard.Barry Warsaw2014-12-101-1/+24
| |\
| | * LP: #1130696 - AttributeError on .senderBarry Warsaw2014-12-101-0/+23
| |/|
| | * Make the MIMEDigester generate a subclass of MIMEMultipart with our additionsAurélien Bompard2014-12-091-0/+22
| |/
* | Move internationalized digest tests to unittests.Barry Warsaw2014-12-201-0/+25
* | Fix mta and lmtp tests.Barry Warsaw2014-12-171-11/+11
* | Make sure that TestConfigurationErrors doesn't break global state.Barry Warsaw2014-12-161-0/+6
* | Better, but not perfect handler test passing.Barry Warsaw2014-12-151-2/+3
* | Fix some basic REST plumbing, and make test_rosters pass.Barry Warsaw2014-12-111-1/+4
* | Checkpointing.Barry Warsaw2014-11-303-10/+9
|/
* * Fixed Unicode errors in the digest runner and when sending messages to theBarry Warsaw2014-11-291-0/+5
* Trunk mergeBarry Warsaw2014-11-091-5/+0
|\
| * * You no longer have to edit `src/mailman/testing/testing.cfg` to run theBarry Warsaw2014-11-091-5/+0
* | Trunk merge.Barry Warsaw2014-11-081-0/+5
|\|
| * Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw2014-11-071-0/+5
* | Trunk merge.Barry Warsaw2014-11-022-3/+7
|\|
| * Remove some unnecessary code, and revert back to SQLite by default for theBarry Warsaw2014-11-012-6/+3
| * DatabaseBarry Warsaw2014-11-012-3/+10
| |\
| | * SQLite by defaultBarry Warsaw2014-10-311-3/+3
| | * Merge in the last of Aurelien's changes, and make the test suite pass withBarry Warsaw2014-10-311-1/+1
| | * Merge abompard's fixes to the Postgres test suite.Barry Warsaw2014-10-302-6/+7
| | * 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-132-2/+5
| | |\
| | | * Merge Barry's changesAurélien Bompard2014-10-131-1/+4
| | | |\ | | | |/ | | |/|
| | * | Merge Abhilash's latest revisions.Barry Warsaw2014-10-111-1/+1
| | | * * remove migrate commandAbhilash Raj2014-10-101-3/+3
| | | * 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
| | | |\ | | | |/ | | |/|
| | * | add central alembic configAbhilash Raj2014-10-031-1/+1
| | * | 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
| | | * Add support for postgresqlAbhilash Raj2014-09-251-3/+3
| | |/
| | * added support for migrations via alembicAbhilash Raj2014-09-241-0/+4
| |/
* / First pass at converting to falcon for the REST API layer.Barry Warsaw2014-08-121-2/+3
|/
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-282-11/+12
* Several internal improvements:Barry Warsaw2014-01-061-0/+2
* Bump copyright years.Barry Warsaw2014-01-018-8/+8
* Fix a couple of intermittent test problems.Barry Warsaw2013-12-011-0/+2
* Merge branch contributed by Joanna Skrzeszewska.Barry Warsaw2013-11-271-0/+4
|\
| * More fixes.Barry Warsaw2013-11-261-0/+4
* | Do a better job of pattern matching for the nose2 -P plugin switch.Barry Warsaw2013-11-271-3/+7
|/
* * When --sort is used, watch out for continuation lines, which shouldn't getBarry Warsaw2013-10-182-28/+14
* * Mailman 3 no longer uses ``zc.buildout`` and tests are now run by theBarry Warsaw2013-08-274-40/+284
|\