aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/workflows/tests/test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/workflows/tests/test_base.py')
-rw-r--r--src/mailman_pgp/workflows/tests/test_base.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mailman_pgp/workflows/tests/test_base.py b/src/mailman_pgp/workflows/tests/test_base.py
index 15ed833..109ece2 100644
--- a/src/mailman_pgp/workflows/tests/test_base.py
+++ b/src/mailman_pgp/workflows/tests/test_base.py
@@ -27,7 +27,6 @@ from mailman.interfaces.usermanager import IUserManager
from mailman.interfaces.workflows import IWorkflow
from mailman.testing.helpers import get_queue_messages
from mailman.workflows.common import SubscriptionBase
-from public import public
from zope.component import getUtility
from zope.interface import implementer
@@ -89,7 +88,6 @@ class PGPTestWorkflow(SubscriptionBase, PGPMixin, SetPubkeyMixin,
self.push('sanity_checks')
-@public
class TestPGPMixin(PubkeyMixinTestSetup, unittest.TestCase):
layer = PGPConfigLayer
@@ -109,7 +107,6 @@ class TestPGPMixin(PubkeyMixinTestSetup, unittest.TestCase):
self.assertIsNotNone(still)
-@public
class TestSetPubkeyMixin(PubkeyMixinTestSetup, unittest.TestCase):
layer = PGPConfigLayer
@@ -156,7 +153,6 @@ class TestSetPubkeyMixin(PubkeyMixinTestSetup, unittest.TestCase):
self.sender_key.fingerprint)
-@public
class TestConfirmPubkeyMixin(PubkeyMixinTestSetup, unittest.TestCase):
layer = PGPConfigLayer
@@ -197,7 +193,6 @@ class TestConfirmPubkeyMixin(PubkeyMixinTestSetup, unittest.TestCase):
step.assert_called_once_with()
-@public
class TestBothPubkeyMixins(PubkeyMixinTestSetup, unittest.TestCase):
layer = PGPConfigLayer