diff options
Diffstat (limited to 'src/mailman_pgp/rules')
| -rw-r--r-- | src/mailman_pgp/rules/tests/test_encryption.py | 2 | ||||
| -rw-r--r-- | src/mailman_pgp/rules/tests/test_signature.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman_pgp/rules/tests/test_encryption.py b/src/mailman_pgp/rules/tests/test_encryption.py index 276a9f3..eaa4898 100644 --- a/src/mailman_pgp/rules/tests/test_encryption.py +++ b/src/mailman_pgp/rules/tests/test_encryption.py @@ -25,7 +25,7 @@ from mailman_pgp.rules.encryption import Encryption from mailman_pgp.testing.layers import PGPConfigLayer -class TestEncryptionRule(TestCase): +class TestPGPEncryptionRule(TestCase): layer = PGPConfigLayer def setUp(self): diff --git a/src/mailman_pgp/rules/tests/test_signature.py b/src/mailman_pgp/rules/tests/test_signature.py index d8d0537..58af694 100644 --- a/src/mailman_pgp/rules/tests/test_signature.py +++ b/src/mailman_pgp/rules/tests/test_signature.py @@ -36,7 +36,7 @@ from mailman_pgp.testing.layers import PGPConfigLayer from mailman_pgp.utils.pgp import hashes -class TestSignatureRule(TestCase): +class TestPGPSignatureRule(TestCase): layer = PGPConfigLayer def setUp(self): |
