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
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
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 ^^