summaryrefslogtreecommitdiff
path: root/src/mailman/testing/helpers.py
Commit message (Expand)AuthorAgeFilesLines
* PR288 vettedBarry Warsaw2017-08-291-1/+3
* Convert to click for CLI optionsBarry Warsaw2017-07-221-2/+3
* Remove the dependency on httplib2.Barry Warsaw2017-02-061-24/+10
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Implement caching suffix list with in-tree fallback.Barry Warsaw2017-01-011-1/+6
* Finish configuring flufl.testing.Barry Warsaw2016-11-301-0/+8
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Fix the Flake8 ignore tagsAurélien Bompard2016-11-211-1/+1
* Split registration (subscription) and unsubscription:Barry Warsaw2016-09-131-2/+6
* Rebase mailman/mailman!180 and cleanup # noqaBarry Warsaw2016-07-281-1/+1
* New template system. Closes #249Barry Warsaw2016-07-161-14/+11
* Use contextlib.suppress() where appropriate.Barry Warsaw2016-04-301-7/+4
* Fix mailman shell processing of $PYTHONSTARTUP.Barry Warsaw2016-04-081-0/+20
* Don't use `flake8: noqa`.Barry Warsaw2016-04-011-1/+1
* Clean up the testing directory.Barry Warsaw2016-03-251-43/+23
* Clean ups for merge.Barry Warsaw2016-03-231-1/+6
* Add a set_preferred() helper.Barry Warsaw2016-02-061-0/+11
* Super duper.Barry Warsaw2016-01-261-4/+3
* 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