Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme: add link to proptest crate #191

Merged
merged 1 commit into from
Dec 19, 2017
Merged

Conversation

BurntSushi
Copy link
Owner

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: proptest-rs/proptest#15

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

Copy link

@AltSysrq AltSysrq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wording sounds good to me. Thanks for doing this. 🙂

README.md Outdated
The [`proptest`](https://docs.rs/proptest) crate is inspired by the
[Hypothesis](http://hypothesis.works) framework for Python.
You can read a comparison between `proptest` and `quickcheck`
[here](https://docs.rs/proptest/0.3.1/proptest/#differences-between-quickcheck-and-proptest)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this should use * for the version so it always goes to the latest docs? I just released 0.3.2, so if not, it should be updated to point to that version.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat! I didn't know * was a thing. Fixed.

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: proptest-rs/proptest#15
@BurntSushi BurntSushi merged commit 8424af3 into master Dec 19, 2017
@BurntSushi BurntSushi deleted the ag/mention-proptest branch December 19, 2017 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants