diff options
Diffstat (limited to 'src/mailman_pgp/pgp/tests/test_keygen.py')
| -rw-r--r-- | src/mailman_pgp/pgp/tests/test_keygen.py | 2 |
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 = { |
