You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
879 B
30 lines
879 B
From af2d8c241872318baba42d7f5fbfb1869de91baa Mon Sep 17 00:00:00 2001
|
|
From: Valentin Heidelberger <github@valentinsblog.com>
|
|
Date: Thu, 27 Sep 2018 22:36:34 +0200
|
|
Subject: [PATCH] Remove average_size hypothesis setting from test_bindings.py
|
|
|
|
---
|
|
tests/test_bindings.py | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/tests/test_bindings.py b/tests/test_bindings.py
|
|
index 22930cc7..d7951a21 100644
|
|
--- a/tests/test_bindings.py
|
|
+++ b/tests/test_bindings.py
|
|
@@ -306,7 +306,6 @@ def test_unpad_not_padded():
|
|
|
|
|
|
@given(binary(min_size=0,
|
|
- average_size=128,
|
|
max_size=2049),
|
|
integers(min_value=16,
|
|
max_value=256)
|
|
@@ -320,7 +319,6 @@ def test_pad_sizes(msg, bl_sz):
|
|
|
|
|
|
@given(binary(min_size=0,
|
|
- average_size=128,
|
|
max_size=2049),
|
|
integers(min_value=16,
|
|
max_value=256)
|