summaryrefslogtreecommitdiff
path: root/src/mailman/tests/test_membership.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-405/+0
| | | | | | | | | automatically do the right thing in most cases. Keep test_suite() in test_documentation.py since these dynamically set up docs tests properly. Refactor test_passwords.py so that base class tests aren't bogusly run. Also, remove test_membership.py which was essentially disabled because it was testing the MM2 membership API.
* Move passwords module to the utilities subpackage.Barry Warsaw2011-02-251-1/+1
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Basic importer test.Barry Warsaw2010-05-061-0/+13
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* * Leave a mailing list via the REST API.Barry Warsaw2009-12-281-1/+1
| | | | | | * delete_member(): If the address is not associated with a member, raise NotAMemberError. * NotAMemberError -> interfaces/member.py
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+392
correctly regardless of how it's used.