Code to accompany the Property-Based Testing with test.check course, part of PurelyFunctional.tv.
This codebase requires a snapshot version of test.check as it ramps up to a full blown release.
To install the snapshot, clone the repo and run lein install
.
$ git clone https://github.com/clojure/test.check.git
$ cd test.check
$ lein install
To the extent possible under law, the person who associated CC0 with this work has waived all copyright and related or neighboring rights to the code in this repository.
See the LICENSE
file for more information.