c-cube / qcheck

QuickCheck inspired property-based testing for OCaml.
https://c-cube.github.io/qcheck/
BSD 2-Clause "Simplified" License
340 stars 37 forks source link

More informative error message in shrink_benchmark #248

Closed jmid closed 2 years ago

jmid commented 2 years ago

This little PR gives a more informative error message when the shrink_benchmark finds mismatching test names before running what we hope are corresponding lists of Shrink tests.