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/pgp/tests/test_wrapper.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/pgp/tests/test_wrapper.py')
| -rw-r--r-- | src/mailman_pgp/pgp/tests/test_wrapper.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mailman_pgp/pgp/tests/test_wrapper.py b/src/mailman_pgp/pgp/tests/test_wrapper.py index 14f40fc..6e8715c 100644 --- a/src/mailman_pgp/pgp/tests/test_wrapper.py +++ b/src/mailman_pgp/pgp/tests/test_wrapper.py @@ -17,7 +17,6 @@ """Tests for the combined wrapper.""" from parameterized import parameterized -from public import public from mailman_pgp.pgp.tests.base import load_key, load_message, WrapperTestCase from mailman_pgp.pgp.wrapper import PGPWrapper @@ -27,7 +26,6 @@ class PGPWrapperTestCase(WrapperTestCase): wrapper = PGPWrapper -@public class TestSigning(PGPWrapperTestCase): @parameterized.expand([ (load_message('inline_cleartext_signed.eml'), @@ -77,7 +75,6 @@ class TestSigning(PGPWrapperTestCase): self.verify(message, key, valid) -@public class TestEncryption(PGPWrapperTestCase): @parameterized.expand([ (load_message('inline_encrypted.eml'), @@ -131,7 +128,6 @@ class TestEncryption(PGPWrapperTestCase): self.decrypt(message, key, clear) -@public class TestKeys(PGPWrapperTestCase): @parameterized.expand([ (load_message('inline_privkey.eml'), @@ -166,7 +162,6 @@ class TestKeys(PGPWrapperTestCase): self.keys(message, keys) -@public class TestCombined(PGPWrapperTestCase): @parameterized.expand([ (load_message('clear.eml'), |
