# burntsushi/quickcheck

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/burntsushi-quickcheck).**

2,771 stars · 160 forks · Rust · Unlicense

## Links

- GitHub: https://github.com/BurntSushi/quickcheck
- awesome-repositories: https://awesome-repositories.com/repository/burntsushi-quickcheck.md

## Description

QuickCheck is a way to do property based testing using randomly generated input. This crate comes with the ability to randomly generate and shrink integers, floats, tuples, booleans, lists, strings, options and results. All QuickCheck needs is a property function—it will then randomly generate…

## Tags

### Part of an Awesome List

- [Testing Frameworks](https://awesome-repositories.com/f/awesome-lists/devtools/testing-frameworks.md) — Implementation of property-based testing.
