https://github.com/bogdanp/rackcheck
A property-based testing library for Racket.
https://github.com/bogdanp/rackcheck
property-based-testing racket
Last synced: about 1 month ago
JSON representation
A property-based testing library for Racket.
- Host: GitHub
- URL: https://github.com/bogdanp/rackcheck
- Owner: Bogdanp
- Created: 2020-03-11T10:02:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T17:03:28.000Z (about 1 year ago)
- Last Synced: 2025-02-08T22:11:59.140Z (3 months ago)
- Topics: property-based-testing, racket
- Language: Racket
- Size: 96.7 KB
- Stars: 31
- Watchers: 4
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
[quickcheck]: https://docs.racket-lang.org/quickcheck/index.html?q=quickcheck