You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hypothesis has a nifty feature in note() function, which will log a value to the console only on the final shrunk failure case. I find note() incredibly helpful when using hypothesis, and am missing it in this library. It would be wonderful to have equivalent functionality in proptest :)
The text was updated successfully, but these errors were encountered:
YourFin
changed the title
Support println debugging for only shrunk execution
Support println debugging for only shrunk failure case
Dec 20, 2024
YourFin
changed the title
Support println debugging for only shrunk failure case
Support println debugging scoped to shrunk failure case
Dec 20, 2024
Hypothesis has a nifty feature in
note()
function, which will log a value to the console only on the final shrunk failure case. I findnote()
incredibly helpful when using hypothesis, and am missing it in this library. It would be wonderful to have equivalent functionality in proptest :)The text was updated successfully, but these errors were encountered: