From fa40f9f1b42b27d0f0e3f7581cf8d1997e36f0b0 Mon Sep 17 00:00:00 2001 From: Glyph Date: Tue, 30 Jun 2015 01:57:02 -0700 Subject: pep8 --- tests/hazmat/bindings/test_openssl.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/hazmat/bindings') 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 -- cgit v1.2.3