aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/commands')
-rw-r--r--src/mailman_pgp/commands/tests/test_key.py5
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