summaryrefslogtreecommitdiff
path: root/src/mailman/model/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * Four new events are created, and notifications are sent during domainBarry Warsaw2011-09-021-0/+113
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-3/+11
* Complete bug 827036 work.Barry Warsaw2011-08-172-42/+74
* Basic infrastructure for fixing bug 827036.Barry Warsaw2011-08-171-0/+33
* Send event notifications whenever a mailing list is created or deleted.Barry Warsaw2011-08-162-2/+73
* * Flesh out IBounceProcessor so that you can get an iterator over all eventsBarry Warsaw2011-05-171-2/+61
* Add bounce registration and bounce events.Barry Warsaw2011-05-131-0/+46
* Ensure that a member's address cannot be changed to an address they do notBarry Warsaw2011-04-251-0/+25
* Complete the ability to change a subscription address, both internally and viaBarry Warsaw2011-04-251-0/+79
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-221-0/+48
* * Move members.txt corner cases to unittests.Barry Warsaw2011-04-201-1/+0
* Add some tests to ensure that the correct number of members are returned whenBarry Warsaw2011-04-172-0/+82