aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_blowfish.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-12-24 22:24:31 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-12-24 22:36:28 -0600
commit4f2b1031c3c155b9af3817126b9ac508cbf849a3 (patch)
tree967eca554de3a60a80497cdd6d25fab53642a50d /tests/hazmat/primitives/test_blowfish.py
parent0cbcfa67fc7c1e13764f4b662fc238a372507af8 (diff)
downloadcryptography-4f2b1031c3c155b9af3817126b9ac508cbf849a3.tar.gz
cryptography-4f2b1031c3c155b9af3817126b9ac508cbf849a3.tar.bz2
cryptography-4f2b1031c3c155b9af3817126b9ac508cbf849a3.zip
add all the markers to the tests
Diffstat (limited to 'tests/hazmat/primitives/test_blowfish.py')
-rw-r--r--tests/hazmat/primitives/test_blowfish.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/hazmat/primitives/test_blowfish.py b/tests/hazmat/primitives/test_blowfish.py
index 065855d7..2d5dc521 100644
--- a/tests/hazmat/primitives/test_blowfish.py
+++ b/tests/hazmat/primitives/test_blowfish.py
@@ -15,6 +15,7 @@ from __future__ import absolute_import, division, print_function
import binascii
import os
+import pytest
from cryptography.hazmat.primitives.ciphers import algorithms, modes
@@ -22,6 +23,7 @@ from .utils import generate_encrypt_test
from ...utils import load_nist_vectors
+@pytest.mark.cipher
class TestBlowfish(object):
test_ECB = generate_encrypt_test(
load_nist_vectors,