From 2fbbe1371d8b85bf0d2f7ffd0691fdb39e17fddf Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 8 Aug 2013 22:22:58 -0700 Subject: Style --- tests/primitives/test_nist.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/primitives') diff --git a/tests/primitives/test_nist.py b/tests/primitives/test_nist.py index 651f0415..eb46a846 100644 --- a/tests/primitives/test_nist.py +++ b/tests/primitives/test_nist.py @@ -10,8 +10,7 @@ from cryptography.primitives.block import BlockCipher, ciphers, modes, padding from ..utils import load_nist_vectors_from_file -class TestAES_CBC: - +class TestAES_CBC(object): @pytest.mark.parametrize(("key", "iv", "plaintext", "ciphertext"), load_nist_vectors_from_file( "AES/KAT/CBCGFSbox128.rsp", -- cgit v1.2.3