/test-check-playground

Code for the Property-Based Testing with test.check course: https://purelyfunctional.tv/courses/property-based-testing-with-test-check/

Primary LanguageClojureCreative Commons Zero v1.0 UniversalCC0-1.0

test-check-playground

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

License

CC0

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.