An open API service indexing awesome lists of open source software.

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.

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