Binary package “libtest-check-clojure” in ubuntu oracular

Clojure property-based testing tool inspired by QuickCheck

 The core idea of test.check is that instead of enumerating expected
 input and output for unit tests, you write properties about your
 function that should hold true for all inputs, allowing you to write
 concise, powerful tests.