Y
Hacker News
new
|
ask
|
show
|
jobs
by
skybrian
2 days ago
Property-based testing frameworks will often do test case reduction as well (called shrinking).
2 comments
Jtsummers
2 days ago
Shrink Ray, described in the article, is developed by D.R. MacIver who also developed Hypothesis. I remember when it was announced a while back but had forgotten about it, I guess I have something to play with tonight.
link
akshayshah
2 days ago
These days, he’s also working on Hegel - bringing test case reduction and PBT to more languages.
https://hegel.dev
link
macintux
2 days ago
Brilliant tools, well worth investigating for any system-critical applications. They don't seem to get enough attention outside of the FP community.
link