FsCheck icon indicating copy to clipboard operation
FsCheck copied to clipboard

Add FsCheck examples to shrinking challenge

Open jlink opened this issue 4 years ago • 3 comments

There’s a repository targeted at comparing shrinking behaviour of various PBT libraries: https://github.com/jlink/shrinking-challenge

Would be great to have FsCheck therein. We’re happy to take PRs.

jlink avatar Aug 18 '20 16:08 jlink

Interesting! Probably won't have time myself, but happy to provide support.

kurtschelfthout avatar Sep 07 '20 20:09 kurtschelfthout

I’m yet to write my first line of f# so maybe there are other folks who might want to pick the topic up as a challenge (pun intended).

jlink avatar Sep 10 '20 07:09 jlink

I did a few here: https://github.com/jlink/shrinking-challenge/pull/18

Quite fun, some good property-based testing exercises in there as well.

kurtschelfthout avatar Dec 26 '20 23:12 kurtschelfthout