summaryrefslogtreecommitdiff
path: root/src/mailman/chains/tests/test_base.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Clean up the chains subdirectory.Barry Warsaw2016-03-241-7/+0
|
* Make creating Link objects a more convenient.Barry Warsaw2016-01-251-6/+6
| | | | | | Link.__init__() can now take an IRule or the string naming a rule, which will be looked up in config.rules. Similarly, it can take an IChain or the name of a chain.
* Several optimizations:Barry Warsaw2016-01-111-1/+17
| | | | | | | | | | | | * Use `yield from` wherever appropriate. * Use SA's .one_or_none() where appropriate. - Fix a bug in MailingList.pass_extensions. - Use ValueError in other places for consistency. - Remove unreached/nonsense code. - Simplify the SubscriptionService.find_member() and .find_members() implementations. - Boost coverage.
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
|
* * Improve test coverage a bit.Barry Warsaw2014-11-111-0/+80
* Shore up the coverage.ini file. * Fix up Link.__repr__()