summaryrefslogtreecommitdiff
path: root/src/mailman/model/tests
Commit message (Expand)AuthorAgeFilesLines
* * Mailing list subscription policy work flow has been completely rewritten.Barry Warsaw2015-04-154-65/+205
|\
| * Full test suite passes.Barry Warsaw2015-04-141-33/+51
| * Merge the member query fix branch.Barry Warsaw2015-04-141-1/+51
| |\
| | * Added IMember.subscriber to definitively return how a member is subscribed toBarry Warsaw2015-04-141-1/+51
| |/ |/|
| * Checkpointing.Barry Warsaw2015-04-141-64/+0
| * * Give the workflow state manager a count method.Barry Warsaw2015-04-131-0/+20
| * Handle save/restore of the subscription workflow.Barry Warsaw2015-04-132-27/+32
| * Trunk mergeBarry Warsaw2015-04-071-0/+93
| |\ | |/ |/|
* | Flesh out the domain interface, model, and tests. Clean up style.Barry Warsaw2015-04-061-13/+84
* | Abhilash's branch, pre-cleaning.Barry Warsaw2015-04-061-1/+23
|\ \
| * | * implement left over methodsAbhilash Raj2015-04-061-15/+10
| * | * Add `drop_column` inside sqlite check, fix indentationAbhilash Raj2015-03-311-10/+5
| * | add tests, fix docs, remove contact_addressAbhilash Raj2015-03-281-1/+33
| | * Refactorings and tests.Barry Warsaw2015-03-291-0/+110
| |/ |/|
* | Merging in several refactorings, and a REST API change.Barry Warsaw2015-03-261-5/+37
|\ \ | |/ |/|
| * More tests of make_user().Barry Warsaw2015-03-211-5/+37
* | LP: #1432239 - Make sure acceptable aliases are deleted before the mailingBarry Warsaw2015-03-241-1/+23
|/
* * When deleting a user object, make sure their preferences are also deleted.Barry Warsaw2015-03-201-6/+26
|\
| * * When deleting a user object, make sure their preferences are also deleted.Barry Warsaw2015-03-201-6/+24
|/
* * A new API is provided to support non-production testing infrastructures,Barry Warsaw2015-02-131-0/+41
* * When creating a user with an email address, do not create the user recordBarry Warsaw2015-02-051-0/+50
* Bump copyright years.Barry Warsaw2015-01-0412-12/+12
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-2211-39/+5
* Add test module.Barry Warsaw2014-12-131-0/+74
* All model tests except for pendings.rst is passing now.Barry Warsaw2014-12-132-10/+21
* More model test fixes and ports.Barry Warsaw2014-12-133-4/+92
* model/addresses.rst passes, with some bad-path cases moved to unittests.Barry Warsaw2014-12-011-0/+22
* registrar.rst is ported; some bad path tests moved to a unittest.Barry Warsaw2014-12-011-0/+64
* Pass all tests with PYTHONWARNINGS=error.Barry Warsaw2014-09-221-2/+2
* Clean up pass.Barry Warsaw2014-09-221-4/+3
* Test repair:Barry Warsaw2014-09-211-0/+9
* modify all storm queries to work with SAAbhilash Raj2014-09-121-4/+4
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-283-3/+3
* Add an email address to an existing user via the REST API.Barry Warsaw2014-04-141-0/+43
|\
| * Instantiating an Address model now validates the email stringFlorian Fuchs2014-04-141-0/+45
|/
* * Fix IntegrityError (against PostgreSQL) when deleting a list with contentBarry Warsaw2014-03-151-0/+15
* * Module coding style consistency.Barry Warsaw2014-03-021-2/+10
* Bump copyright years.Barry Warsaw2014-01-019-9/+9
* More fixes.Barry Warsaw2013-11-261-1/+5
* Checkpointing.Barry Warsaw2013-11-253-1/+108
* Migrate bounceevent.list_name -> bounceevent.list_idBarry Warsaw2013-09-011-2/+2
* * Creation of lists with upper case names should be coerced to lower case.Barry Warsaw2013-03-061-0/+14
* Bump copyright years.Barry Warsaw2013-01-018-8/+8
* * Simplify moderator.rst and requests.rst so they serve a better purpose asBarry Warsaw2012-12-171-4/+17
* - Module modernization by adding the print_function() import.Barry Warsaw2012-04-221-11/+14
* * Add property `IRoster.member_count`.Barry Warsaw2012-03-151-0/+156
* Clean up of style test code, along with refactoring of corner cases toBarry Warsaw2012-03-121-0/+3
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-302-2/+68
* copybumpBarry Warsaw2012-01-016-6/+6
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-306-50/+0