quickcheck
https://github.com/burntsushi/quickcheck
Rust
Automated property based testing for Rust (with shrinking).
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported1 Subscribers
Add a CodeTriage badge to quickcheck
Help out
- Issues
- Clarified doc comment on TestResult::is_error
- Added TestFailure and TestSuccess
- Added integration with anyhow
- Default/empty shrink impls don't print counterexamples
- `Gen::new` and `Gen::from_size_and_seed` have confusing documentation
- fix: missing arguments when shrinking does not find a smaller input
- Update Readme
- parallel execution of property test
- Can 'gen_range' be made public?
- Durations's Arbitrary instance is dependant on Gen's size
- Docs
- Rust not yet supported