diff options
| author | J08nY | 2017-07-18 15:25:43 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-18 15:25:43 +0200 |
| commit | 23db01a1762c056a75c94d44177462dea0a383a1 (patch) | |
| tree | 8c35bf21719e5596271afb8bdfd201ac18ab38c8 /src/mailman_pgp/commands/tests/test_key.py | |
| parent | 33e8fe52ea3dea2afe57af996df3d67dced344f4 (diff) | |
| download | mailman-pgp-23db01a1762c056a75c94d44177462dea0a383a1.tar.gz mailman-pgp-23db01a1762c056a75c94d44177462dea0a383a1.tar.zst mailman-pgp-23db01a1762c056a75c94d44177462dea0a383a1.zip | |
Diffstat (limited to 'src/mailman_pgp/commands/tests/test_key.py')
| -rw-r--r-- | src/mailman_pgp/commands/tests/test_key.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mailman_pgp/commands/tests/test_key.py b/src/mailman_pgp/commands/tests/test_key.py index 4642bb5..0125888 100644 --- a/src/mailman_pgp/commands/tests/test_key.py +++ b/src/mailman_pgp/commands/tests/test_key.py @@ -26,7 +26,6 @@ from mailman.interfaces.usermanager import IUserManager from mailman.runners.command import CommandRunner from mailman.testing.helpers import get_queue_messages, make_testable_runner from mailman.utilities.datetime import now -from public import public from zope.component import getUtility from mailman_pgp.config import mm_config @@ -60,7 +59,6 @@ def _create_mixed(from_hdr, to_hdr, subject_hdr): return message -@public class TestPreDispatch(unittest.TestCase): layer = PGPConfigLayer @@ -105,7 +103,6 @@ class TestPreDispatch(unittest.TestCase): results_msg.get_payload()) -@public class TestPreSubscription(unittest.TestCase): layer = PGPConfigLayer @@ -544,7 +541,6 @@ class TestPreSubscription(unittest.TestCase): results_msg.get_payload()) -@public class TestAfterSubscription(unittest.TestCase): layer = PGPConfigLayer @@ -749,7 +745,6 @@ class TestAfterSubscription(unittest.TestCase): results_msg.get_payload()) -@public class TestGeneral(unittest.TestCase): layer = PGPConfigLayer |
