aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests/test_keygen.py
diff options
context:
space:
mode:
authorJ08nY2017-07-14 21:35:01 +0200
committerJ08nY2017-07-14 21:35:52 +0200
commit59ddda945ecf7de859f7976c0cea32dc6434b98e (patch)
treef6550e45575cf9c736d2f2fcdc27e774080cbbd9 /src/mailman_pgp/pgp/tests/test_keygen.py
parent9f0ac2239af18f780c757f8cf6524c99de2dffe8 (diff)
downloadmailman-pgp-feature/workflows.tar.gz
mailman-pgp-feature/workflows.tar.zst
mailman-pgp-feature/workflows.zip
Diffstat (limited to 'src/mailman_pgp/pgp/tests/test_keygen.py')
-rw-r--r--src/mailman_pgp/pgp/tests/test_keygen.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman_pgp/pgp/tests/test_keygen.py b/src/mailman_pgp/pgp/tests/test_keygen.py
index dab6801..5c59614 100644
--- a/src/mailman_pgp/pgp/tests/test_keygen.py
+++ b/src/mailman_pgp/pgp/tests/test_keygen.py
@@ -21,10 +21,12 @@ from unittest import TestCase
from pgpy import PGPKey
from pgpy.constants import PubKeyAlgorithm
+from public import public
from mailman_pgp.pgp.keygen import ListKeyGenerator
+@public
class TesKeygen(TestCase):
def setUp(self):
self.keypair_config = {