diff options
author | Glyph <glyph@twistedmatrix.com> | 2015-06-30 01:57:02 -0700 |
---|---|---|
committer | Glyph <glyph@twistedmatrix.com> | 2015-06-30 01:57:02 -0700 |
commit | fa40f9f1b42b27d0f0e3f7581cf8d1997e36f0b0 (patch) | |
tree | 0b7fc3aa766d44bcdfec87ada587b768e1d06632 /tests | |
parent | 14e67ac4241a20c25f0d7751171c8b626f014e45 (diff) | |
download | cryptography-fa40f9f1b42b27d0f0e3f7581cf8d1997e36f0b0.tar.gz cryptography-fa40f9f1b42b27d0f0e3f7581cf8d1997e36f0b0.tar.bz2 cryptography-fa40f9f1b42b27d0f0e3f7581cf8d1997e36f0b0.zip |
pep8
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hazmat/bindings/test_openssl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hazmat/bindings/test_openssl.py b/tests/hazmat/bindings/test_openssl.py index 73952561..ff8bcca6 100644 --- a/tests/hazmat/bindings/test_openssl.py +++ b/tests/hazmat/bindings/test_openssl.py @@ -100,6 +100,7 @@ class TestOpenSSL(object): pytest.skip("LibreSSL hard-codes RAND_bytes to use arc4random.") sample_data = (b"\x01\x02\x03\x04" * 4) length = len(sample_data) + def notrandom(size): assert size == length return sample_data |