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!
miniblog.
Related Posts
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:
Blogged: Building an optimising BF compiler: http://t.co/NaR1Fp4OgE (LLVM, Rust and Quickcheck, oh my!)