aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/utils.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-12-24 14:08:39 -0800
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-12-24 14:08:39 -0800
commit2a710fd725c1012170a101db4d7511d250cb31f0 (patch)
tree8093ce8f209b1422a98f0a1f60c114700ba6c7cc /tests/hazmat/primitives/utils.py
parent5d116f426d702f52be29e68d882e6336da57f6ee (diff)
parent2a36dd1b9f68f34f2545e519f8eac00b8b40c59d (diff)
downloadcryptography-2a710fd725c1012170a101db4d7511d250cb31f0.tar.gz
cryptography-2a710fd725c1012170a101db4d7511d250cb31f0.tar.bz2
cryptography-2a710fd725c1012170a101db4d7511d250cb31f0.zip
Merge pull request #343 from alex/fix-coverage
Cover a missed branch
Diffstat (limited to 'tests/hazmat/primitives/utils.py')
-rw-r--r--tests/hazmat/primitives/utils.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/hazmat/primitives/utils.py b/tests/hazmat/primitives/utils.py
index b00d3184..e0184777 100644
--- a/tests/hazmat/primitives/utils.py
+++ b/tests/hazmat/primitives/utils.py
@@ -22,8 +22,7 @@ def _load_all_params(path, file_names, param_loader):
def generate_encrypt_test(param_loader, path, file_names, cipher_factory,
- mode_factory, only_if=lambda backend: True,
- skip_message=None):
+ mode_factory, only_if, skip_message=None):
all_params = _load_all_params(path, file_names, param_loader)
@pytest.mark.parametrize("params", all_params)