๐Ÿ“ฆ Bogdanp / rackcheck

A property-based testing library for Racket.

โ˜… 34 stars โ‘‚ 8 forks ๐Ÿ‘ 34 watching
property-based-testingracket
๐Ÿ“ฅ Clone https://github.com/Bogdanp/rackcheck.git
HTTPS git clone https://github.com/Bogdanp/rackcheck.git
SSH git clone git@github.com:Bogdanp/rackcheck.git
CLI gh repo clone Bogdanp/rackcheck
Bogdan Popa Bogdan Popa base: fix off-by-one error introduced by previous commit ffbddb7 1 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ examples
๐Ÿ“ rackcheck
๐Ÿ“ rackcheck-lib
๐Ÿ“„ .gitignore
๐Ÿ“„ README.md
๐Ÿ“„ README.md

rackcheck

A property-based testing library for Racket with support for shrinking.

Setup

raco pkg install rackcheck

Usage

See the examples directory.

What about [quickcheck]?

I initially started out by forking the existing [quickcheck] library to add support for shrinking, but that required making many breaking changes so I figured I'd start from scratch instead.

License

rackcheck is licensed under the 3-Clause BSD license.