We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9d10b commit d7dc3d9Copy full SHA for d7dc3d9
Lib/test/test_binascii.py
@@ -230,7 +230,7 @@ def test_uu(self):
230
binascii.b2a_uu(b"", True)
231
232
@hypothesis.given(
233
- binary=hypothesis.strategies.binary(),
+ binary=hypothesis.strategies.binary(max_size=45),
234
backtick=hypothesis.strategies.booleans(),
235
)
236
def test_b2a_roundtrip(self, binary, backtick):
0 commit comments