summaryrefslogtreecommitdiff
path: root/src/mailman/model/tests/test_user.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Clean up the User.absorb() method and tests.Barry Warsaw2016-05-141-85/+130
* Fix Flake8 errorsAurélien Bompard2016-05-041-3/+9
* Implement suggestions from the reviewAurélien Bompard2016-05-041-8/+19
* Delete redundant memberships before deleting the absorbed userAurélien Bompard2016-05-041-0/+5
* Sort importsAurélien Bompard2016-05-041-1/+1
* Add a method to merge a user into another userAurélien Bompard2016-05-041-0/+114
* Clean up the model and languages directories.Barry Warsaw2016-03-251-6/+0
* Add a set_preferred() helper.Barry Warsaw2016-02-061-4/+2
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* * 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
|/
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* All model tests except for pendings.rst is passing now.Barry Warsaw2014-12-131-2/+1
* More model test fixes and ports.Barry Warsaw2014-12-131-0/+38
* 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
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* Clean up of style test code, along with refactoring of corner cases toBarry Warsaw2012-03-121-0/+3
* copybumpBarry Warsaw2012-01-011-1/+1
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-8/+0
* Send event notifications whenever a mailing list is created or deleted.Barry Warsaw2011-08-161-2/+2
* * 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-171-0/+82