pholser / junit-quickcheck

Property-based testing, JUnit-style
MIT License
954 stars 121 forks source link

Allow specifying a default `trials` value #415

Open DavidDTA opened 2 years ago

DavidDTA commented 2 years ago

It would be nice to be able to specify a default trials value for an entire test run. The idea would be to do a more rigorous run once per night to try to catch more issues while still keeping normal test runs fast.

GAJaloyan commented 5 months ago

Hi, bumping up this issue: I had a similar issue with parameterizing JQF, and it seems that the trials value is controlled by quickcheck. Is there an easy way of doing this (compared to my current macro expansion)? https://github.com/rohanpadhye/JQF/issues/249 Thanks. George.