Releases: c-cube/qcheck
Releases · c-cube/qcheck
0.17
0.16
0.15
0.14
0.13
0.10
0.9
0.6
Large release with several new features:
- better generation of functions, with proper printing and shrinking
find_example
to leverage generators to produce values satisfying a predicate- colorful runners, so that results are easier to read
- better shrinkers and random generators
- gathering basic statistics and optionally displaying an histogram of sampled values
0.5.3
0.5.2 improvement and fixes for 0.5.1
Main fix is to make small_int
back to its original behavior, introduce small_nat
for small positive integers instead. This matters because small_int
would often be used as the size generator of random collections.
This release also contains other bugfixes and the notion of long tests.