Quickcheck is great for finding interesting bugs, but it's a little sad when your tests randomly go green inappropriately.
miniblog.
Related Posts
I am delighted to announce propcheck, a property-based testing library for #emacs lisp!
https://github.com/Wilfred/propcheck
If you like quickcheck or hypothesis, you should like this too!
Going beyond QuickCheck: using an SMT solver (based on Rosette) to intelligently generate test inputs that are diverse and hit interesting code paths!
https://youtu.be/Br16rvT_C00
Great article on the design of Hypothesis, and its advantages over a purely type-driven, QuickCheck style approach: