diff options
Diffstat (limited to 'src/mailman_pgp/pgp/tests/base.py')
| -rw-r--r-- | src/mailman_pgp/pgp/tests/base.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman_pgp/pgp/tests/base.py b/src/mailman_pgp/pgp/tests/base.py index 52e5ec4..47d333c 100644 --- a/src/mailman_pgp/pgp/tests/base.py +++ b/src/mailman_pgp/pgp/tests/base.py @@ -25,6 +25,8 @@ from mailman.email.message import Message from pgpy import PGPKey from pkg_resources import resource_string +from mailman_pgp.testing.layers import PGPLayer + def load_message(path): data = resource_string('mailman_pgp.pgp.tests', @@ -40,6 +42,7 @@ def load_key(path): class WrapperTestCase(TestCase): + layer = PGPLayer wrapper = None def wrap(self, message): |
