Fork me on GitHub
#test-check
<
2016-11-09
>
lucasbradstreet08:11:26

max-shrink-time would be nice. I sometimes resort to dumping the first shrink and then manually shrinking it via other strategies for some of my tests. The callback function would be awesome though - even selectively printing the failures as it shrinks would be helpful

gfredericks13:11:11

I figured max-shrink time would be useful for CI

lucasbradstreet13:11:21

Even just printing the seed before a shrink would be helpful, to be honest.

lucasbradstreet13:11:51

Or giving us a way to do so. The callback idea would work though.

gfredericks13:11:22

Well the callback is already implemented simple_smile

lucasbradstreet13:11:30

Looking forward to trying it