aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-08 22:22:58 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-08 22:22:58 -0700
commit2fbbe1371d8b85bf0d2f7ffd0691fdb39e17fddf (patch)
tree2bb31ac6d7937d9c629065d2d117ef807685fb9e /tests
parentec672e8f5b02fd8fb286507d77e84caa473eae19 (diff)
downloadcryptography-2fbbe1371d8b85bf0d2f7ffd0691fdb39e17fddf.tar.gz
cryptography-2fbbe1371d8b85bf0d2f7ffd0691fdb39e17fddf.tar.bz2
cryptography-2fbbe1371d8b85bf0d2f7ffd0691fdb39e17fddf.zip
Style
Diffstat (limited to 'tests')
-rw-r--r--tests/primitives/test_nist.py3
1 files changed, 1 insertions, 2 deletions
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",