test-check

Hugh Powell 2022-08-29T03:41:07.208329Z

Is there any way to limit the number of shrinkages a failed test will do? On a fairly regular basis my REPL appears to hang, but I'm pretty sure it's just taking a while to shrink. I'd rather get a quicker response with a less than perfect shrink.

Hugh Powell 2022-09-04T23:18:38.102209Z

Aha, I didn't know about no-shrink, looks that should work for me. Thanks 🙇

2022-09-01T21:39:28.285569Z

I don't think anything built in. I've made a "liveliness" reporter that will log the trial or shrink step the test is on so I get feedback. Also, judicious use of no-shrink around things can help.