summaryrefslogtreecommitdiff
path: root/src/mailman/testing/helpers.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Several optimizations:Barry Warsaw2016-01-111-2/+1
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Core no longer depends on the standalone `mock` module. (Closes: #146)Barry Warsaw2015-09-221-1/+1
* Extended test helper subscribe() which takes an optional email address andBarry Warsaw2015-03-261-8/+13
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-2/+2
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-8/+4
* 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
* | 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-301-6/+5
|/
* * Fixed Unicode errors in the digest runner and when sending messages to theBarry Warsaw2014-11-291-0/+5
* First pass at converting to falcon for the REST API layer.Barry Warsaw2014-08-121-2/+3
* Several internal improvements:Barry Warsaw2014-01-061-0/+2
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Fix a couple of intermittent test problems.Barry Warsaw2013-12-011-0/+2
* More fixes.Barry Warsaw2013-11-261-0/+4
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * The default list style is renamed to `legacy-default` and a newBarry Warsaw2012-12-301-0/+1
* * Deleting a user through the REST API also deletes all the user's linkedBarry Warsaw2012-11-051-1/+0
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-20/+4
* trunk mergeBarry Warsaw2012-07-061-19/+27
|\
| * 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-021-1/+7
| * - Modernize the helpers.py module by using print() functions.Barry Warsaw2012-04-221-16/+18
* | - 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
* Several fixes and cleanups, ostensibly to fix Python 2.6 support.Barry Warsaw2012-03-221-0/+18
* * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw2012-03-131-2/+3
* * The `join` email command no longer accepts an `address=` argument. ItsBarry Warsaw2012-02-291-1/+1
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-061-1/+6
* * Implement the style manager as a utility instead of an attribute hangingBarry Warsaw2011-10-241-1/+2
* Complete bug 827036 work.Barry Warsaw2011-08-171-0/+1
* Major terminology shift:Barry Warsaw2011-06-011-11/+9
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-251-1/+16
* oh wellBarry Warsaw2011-05-141-2/+1
* Add tests for the outgoing queue runner.Barry Warsaw2011-05-141-3/+11
* Move the test timeout values into a configuration variable. Set devmode.waitBarry Warsaw2011-05-031-11/+14
* Start the enablement of bounce detection.Barry Warsaw2011-05-011-0/+21
* * Move members.txt corner cases to unittests.Barry Warsaw2011-04-201-0/+53
* Refactor .subscribe() from IAddress to IMailingList.Barry Warsaw2011-04-161-3/+3
* Fixed a typo in add_member() which prevented subscribing an email address thatBarry Warsaw2011-01-311-0/+30
* Split member and nonmember moderation.Barry Warsaw2011-01-021-7/+16
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-2/+0