Automatic testing (QuickCheck style)

Hello All,

Is there any functionality or library to use or extend the built-in tests on the style of QuickCheck?

For context, besides the link above, there is an implementation for Python called Hypothesis.

Thanks and Regards

There's https://github.com/BurntSushi/quickcheck.

Hi! As already mentioned, quickcheck is amazing. Proptest is quite good as well.

And for anything else, take a search in crates.io, maybe you'll find whatever else you might want on there ^^

Thank you both @Odd_Bloke and @felix91gr.

I will check on those.

Cheers

1 Like