Are there Rust QuickCheck ports which support running with a seed

130 Views Asked by At

I'd like to do quickcheck/property-based testing and have it run in CI, but I don't want to add a randomized test to CI (since it could potentially fail when someone else is attempting to merge an unrelated change and force them to re-run).

Are there any Rust property-based testing libraries which support this?

1

There are 1 best solutions below

0
David Spies On