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
At sjakobi/bsb-http-chunked@d0d5794 I have a testsuite with a failing property that will shrink forever if you don't pass in --hedgehog-shrinks 5 or something like that.
The problem is that for quite a while I didn't even realize that the property was failing: I had to use hedgehog's checkSequential to find that out.
It would be nice if there could be some output that indicates the failure before the shrinking begins, so I can abort the program if the shrinking takes too long.
The text was updated successfully, but these errors were encountered:
At sjakobi/bsb-http-chunked@d0d5794 I have a testsuite with a failing property that will shrink forever if you don't pass in
--hedgehog-shrinks 5
or something like that.The problem is that for quite a while I didn't even realize that the property was failing: I had to use hedgehog's
checkSequential
to find that out.It would be nice if there could be some output that indicates the failure before the shrinking begins, so I can abort the program if the shrinking takes too long.
The text was updated successfully, but these errors were encountered: