aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/utils.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-13 09:12:19 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-13 09:12:19 -0800
commit4eec0bb4e1d79f107f40b3856f2c9ec76c3eef88 (patch)
tree072935c5d3570c2f3edd20e4ae7114245892e3ae /tests/hazmat/primitives/utils.py
parent21919e218ae485e52da3f66e8373e79230e61a4c (diff)
downloadcryptography-4eec0bb4e1d79f107f40b3856f2c9ec76c3eef88.tar.gz
cryptography-4eec0bb4e1d79f107f40b3856f2c9ec76c3eef88.tar.bz2
cryptography-4eec0bb4e1d79f107f40b3856f2c9ec76c3eef88.zip
pep8
Diffstat (limited to 'tests/hazmat/primitives/utils.py')
-rw-r--r--tests/hazmat/primitives/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/utils.py b/tests/hazmat/primitives/utils.py
index cfc885b0..758e755c 100644
--- a/tests/hazmat/primitives/utils.py
+++ b/tests/hazmat/primitives/utils.py
@@ -3,7 +3,6 @@ import os
import pytest
-from cryptography.hazmat.bindings import _ALL_BACKENDS
from cryptography.hazmat.primitives import hashes, hmac
from cryptography.hazmat.primitives.ciphers import Cipher
from cryptography.exceptions import (
@@ -21,6 +20,7 @@ def _load_all_params(path, file_names, param_loader):
)
return all_params
+
def generate_encrypt_test(param_loader, path, file_names, cipher_factory,
mode_factory, only_if=lambda backend: True,
skip_message=None):