BurntSushi / quickcheck

Automated property based testing for Rust (with shrinking).
The Unlicense
2.4k stars 149 forks source link

readme: add link to proptest crate #191

Closed BurntSushi closed 6 years ago

BurntSushi commented 6 years ago

The proptest crate is well documented and provides a fresh take on property based testing inspired by the Hypothesis framework for Python. In particular, it appears to improve the shrinking story that can be inconvenient to work with in QuickCheck.

See also: https://github.com/AltSysrq/proptest/issues/15

cc @AltSysrq --- Does the wording look OK to you? Any suggestions?