aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_rsa.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-24 15:51:26 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-24 16:41:45 -0500
commit4ce810e22ccbf9ed1eadb4695e4cbe4cb59230fa (patch)
treeab4344cb40fa221247a5756d9edf6dc734cb4236 /tests/hazmat/primitives/test_rsa.py
parent6ff1348dc76c8f900cabe0d281ef898cce6693f7 (diff)
downloadcryptography-4ce810e22ccbf9ed1eadb4695e4cbe4cb59230fa.tar.gz
cryptography-4ce810e22ccbf9ed1eadb4695e4cbe4cb59230fa.tar.bz2
cryptography-4ce810e22ccbf9ed1eadb4695e4cbe4cb59230fa.zip
improve style in test, update docs for rsa encryption review
Diffstat (limited to 'tests/hazmat/primitives/test_rsa.py')
-rw-r--r--tests/hazmat/primitives/test_rsa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/test_rsa.py b/tests/hazmat/primitives/test_rsa.py
index 2661c1e9..adc46de4 100644
--- a/tests/hazmat/primitives/test_rsa.py
+++ b/tests/hazmat/primitives/test_rsa.py
@@ -1420,7 +1420,7 @@ class TestRSAEncryption(object):
assert recovered_pt == pt
@pytest.mark.parametrize(
- "key_size,pad",
+ ["key_size", "pad"],
itertools.product(
(1024, 1025, 1029, 1031, 1536, 2048),
(