Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit b4f0b09

Browse files
This is now obsolete
1 parent 9be021a commit b4f0b09

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_property_based.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@
1818
| st.none()
1919
| st.booleans()
2020
| st.floats()
21-
# TODO: maximum byte size of a String object is (2^32)-1
22-
# the problem is that hypothesis only allows control over the max character count
2321
# TODO: String objects may contain invalid byte sequence
24-
| st.text()
22+
| st.text(max_size=HYPOTHESIS_MAX)
2523
| st.binary(max_size=HYPOTHESIS_MAX)
2624
)
2725
def composite_types(any_type):

0 commit comments

Comments
 (0)