st.functions(..., pure=True) very noisy
#3253
Labels
legibility
make errors helpful and Hypothesis grokable
st.functions(..., pure=True) very noisy
#3253
The generated function output its printed at every invocation, when once per distinct input is sufficient with pure functions. Settings can be used to quiet it down but then a lot of desirable output (including
h.note()s) is also lost.minimal example:
output:
The text was updated successfully, but these errors were encountered: