diff options
| author | J08nY | 2017-08-21 21:25:25 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-21 21:25:25 +0200 |
| commit | 28b35f7b5cac0a3d2950bdc8077f5223dd6318c3 (patch) | |
| tree | 481c3cb8e2293facb91e7fee4be2db5dabd1214c /src/mailman_pgp/rules/tests/test_encryption.py | |
| parent | c21e5e0e2841e1d516ffe75717b10c09ef3489ba (diff) | |
| download | mailman-pgp-28b35f7b5cac0a3d2950bdc8077f5223dd6318c3.tar.gz mailman-pgp-28b35f7b5cac0a3d2950bdc8077f5223dd6318c3.tar.zst mailman-pgp-28b35f7b5cac0a3d2950bdc8077f5223dd6318c3.zip | |
Diffstat (limited to 'src/mailman_pgp/rules/tests/test_encryption.py')
| -rw-r--r-- | src/mailman_pgp/rules/tests/test_encryption.py | 4 |
1 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 eaa4898..001f80a 100644 --- a/src/mailman_pgp/rules/tests/test_encryption.py +++ b/src/mailman_pgp/rules/tests/test_encryption.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License along with # this program. If not, see <http://www.gnu.org/licenses/>. -from unittest import TestCase +import unittest from mailman.app.lifecycle import create_list from mailman.testing.helpers import specialized_message_from_string as mfs @@ -25,7 +25,7 @@ from mailman_pgp.rules.encryption import Encryption from mailman_pgp.testing.layers import PGPConfigLayer -class TestPGPEncryptionRule(TestCase): +class TestPGPEncryptionRule(unittest.TestCase): layer = PGPConfigLayer def setUp(self): |
