summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_root.py
Commit message (Expand)AuthorAgeFilesLines
* Rename metadata key for clarityBarry Warsaw2017-08-041-0/+1
* Remove the dependency on httplib2.Barry Warsaw2017-02-061-43/+30
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Split registration (subscription) and unsubscription:Barry Warsaw2016-09-131-1/+1
* New template system. Closes #249Barry Warsaw2016-07-161-0/+211
* Fix some tests.Barry Warsaw2016-04-031-2/+2
* Add coverage and NEWS.Barry Warsaw2016-04-021-32/+42
* Sort chains and pipelines before returning themSimon Hanna2016-04-021-2/+4
* Add tests for exposed chains and pipelinesSimon Hanna2016-04-021-0/+30
* Clean up the rest directory.Barry Warsaw2016-03-251-6/+0
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* * A new API is provided to support non-production testing infrastructures,Barry Warsaw2015-02-131-0/+8
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* * You can access the system configuration via the resource pathBarry Warsaw2014-12-261-12/+0
* Deprecate <api>/system path in favor of <api>/system/versions.Barry Warsaw2014-12-261-2/+18
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* Lots of REST test fixes.Barry Warsaw2014-12-151-4/+5
* Checkpointing.Barry Warsaw2014-11-301-1/+1
* Get addresses.rst, i.e. /<api>/addresses working.Barry Warsaw2014-08-121-1/+1
* First pass at converting to falcon for the REST API layer.Barry Warsaw2014-08-121-5/+50
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-201-0/+9
|\
| * Test added to non_queue_runner bugSandesh Kumar Agrawal2013-01-171-0/+7
|/
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-24/+8
* copybumpBarry Warsaw2012-01-011-1/+1
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-8/+0
* * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw2011-09-231-0/+93