diff options
| author | Barry Warsaw | 2011-08-17 20:39:11 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2011-08-17 20:39:11 -0400 |
| commit | 545735d6dc0efb76b88f3f0634966f97d833dc41 (patch) | |
| tree | a235c693656b2c42c239b674f81319f66f2df5a0 /src/mailman/testing/helpers.py | |
| parent | 51319c7b0f1790b32ec360366ab3435b042363e2 (diff) | |
| parent | 7f32fdd8e82542122909f322d2e35b55511c32de (diff) | |
| download | mailman-545735d6dc0efb76b88f3f0634966f97d833dc41.tar.gz mailman-545735d6dc0efb76b88f3f0634966f97d833dc41.tar.zst mailman-545735d6dc0efb76b88f3f0634966f97d833dc41.zip | |
* Four new events are created, and notifications are sent during mailing list
lifecycle changes:
- ListCreatingEvent - sent before the mailing list is created
- ListCreatedEvent - sent after the mailing list is created
- ListDeletingEvent - sent before the mailing list is deleted
- ListDeletedEvent - sent after the mailing list is deleted
* Using the above events, when a mailing list is deleted, all its members are
deleted, as well as all held message requests (but not the held messages
themselves). (LP: 827036)
Also: relax the find_member() argument constraints so that even the subscriber
email address is optional. This is mirrored in the REST API's
.../members/find resource.
Diffstat (limited to 'src/mailman/testing/helpers.py')
| -rw-r--r-- | src/mailman/testing/helpers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/testing/helpers.py b/src/mailman/testing/helpers.py index 1a168dd0c..144ae1ffb 100644 --- a/src/mailman/testing/helpers.py +++ b/src/mailman/testing/helpers.py @@ -29,6 +29,7 @@ __all__ = [ 'get_queue_messages', 'make_testable_runner', 'reset_the_world', + 'specialized_message_from_string', 'subscribe', 'wait_for_webservice', ] |
