diff options
Diffstat (limited to 'src/mailman/handlers/tests/test_recipients.py')
| -rw-r--r-- | src/mailman/handlers/tests/test_recipients.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mailman/handlers/tests/test_recipients.py b/src/mailman/handlers/tests/test_recipients.py index 5fb69c272..5a6ecf226 100644 --- a/src/mailman/handlers/tests/test_recipients.py +++ b/src/mailman/handlers/tests/test_recipients.py @@ -17,12 +17,6 @@ """Testing various recipients stuff.""" -__all__ = [ - 'TestMemberRecipients', - 'TestOwnerRecipients', - ] - - import unittest from mailman.app.lifecycle import create_list @@ -35,7 +29,6 @@ from mailman.testing.layers import ConfigLayer from zope.component import getUtility - class TestMemberRecipients(unittest.TestCase): """Test regular member recipient calculation.""" @@ -87,7 +80,6 @@ To: test@example.com 'dave@example.com'))) - class TestOwnerRecipients(unittest.TestCase): """Test owner recipient calculation.""" |
