summaryrefslogtreecommitdiff
path: root/src/mailman/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Migrations, with cleanup by Barry.Barry Warsaw2014-09-271-0/+4
|\
| * added support for migrations via alembicAbhilash Raj2014-09-241-0/+4
|/
* 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
|\
| * * Suppress the extra Doctest: lines.Barry Warsaw2013-08-271-5/+5
| * Add enough __init__.py files to make these docs directories discoverable.Barry Warsaw2013-08-261-0/+1
| * * Re-name doctests.Barry Warsaw2013-08-252-2/+216
| * Switch to virtualenv and nose2 instead of zc.buildout and zope.testing.Barry Warsaw2013-08-253-40/+62
|/
* * `bin/runner` command has been simplified and its command line optionsBarry Warsaw2013-06-171-24/+3
* Bump copyright years.Barry Warsaw2013-01-017-7/+7
* * The default list style is renamed to `legacy-default` and a newBarry Warsaw2012-12-301-0/+1
* * A user's password can be verified by POSTing to .../user/<id>/login. TheBarry Warsaw2012-12-261-1/+7
* * Deleting a user through the REST API also deletes all the user's linkedBarry Warsaw2012-11-051-1/+0
* Merge Aurélien Bompard's branch to factor our archiver-specific configurationsBarry Warsaw2012-11-043-3/+10
|\
* | ConfigurationBarry Warsaw2012-11-042-3/+14
* | * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-20/+4
|/
* * Clarify the semantics of the noreply_address variable. It's the local-partBarry Warsaw2012-08-151-3/+3
* * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-263-4/+34
|\
| * Working for SQLite:Barry Warsaw2012-07-251-3/+3
| * Fix resetting PostgreSQL databases, thus making the full test suite pass withBarry Warsaw2012-07-251-3/+3
| * Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-253-51/+4
| * One more refactoring.Barry Warsaw2012-07-251-3/+3
| * Refactor once again for SQLite/PostgreSQL differences.Barry Warsaw2012-07-251-3/+3
| * Checkpointing Postgres port of test suite.Barry Warsaw2012-07-231-3/+3
| * Get test suite completely working:Barry Warsaw2012-07-201-0/+47
| * trunk mergeBarry Warsaw2012-07-204-5/+16
| |\ | |/ |/|
* | More consistency in the way post-configuration changes are processed. LessBarry Warsaw2012-07-021-2/+2
* | * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-024-3/+14
* | Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-1/+1
| * trunk mergeBarry Warsaw2012-06-033-26/+28
| |\ | |/ |/|
* | General code cleanup.Barry Warsaw2012-04-251-4/+3
* | - Modernize the helpers.py module by using print() functions.Barry Warsaw2012-04-221-16/+18
* | - Modernize the layers.py module by using print().Barry Warsaw2012-04-221-6/+7
| * - Refactor the way databases are schema-migrated so that load_migrations()Barry Warsaw2012-04-081-0/+30
|/
* * Header check specifications in the `mailman.cfg` file have changed quiteBarry Warsaw2012-04-061-0/+2
* - Improve the NNTP doctest.Barry Warsaw2012-04-021-0/+20
* - More tests of mailman.runners.nntp.prepare_message(), this time of theBarry Warsaw2012-04-011-0/+41
* * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-03-311-1/+1
* Verp all messages to the -owners. Add a test to prove that email to -ownersBarry Warsaw2012-03-231-0/+8
* - Move some normal recipient tests to unittests.Barry Warsaw2012-03-231-0/+3
* Several fixes and cleanups, ostensibly to fix Python 2.6 support.Barry Warsaw2012-03-221-0/+18
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-171-4/+0
|\
| * Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-151-4/+0