On Jul 17, 2013, at 12:56 AM, Alex Baranosky
wrote:
> Hi Reid,
>
> I dig how nicely it integrates with clojure.test. Does simple-check
> implement some form of shrinking?
It does. The README has an example of the output when a property fails (and the
input is shrunk), but it's also easy to
Hi Reid,
I dig how nicely it integrates with clojure.test. Does simple-check
implement some form of shrinking?
On Tue, Jul 16, 2013 at 12:20 PM, Reid Draper wrote:
> Derp, I fat-fingered my own library name in the subject :)
>
>
> On Tuesday, July 16, 2013 2:18:54 PM UTC-5, Reid Draper wrote:
Derp, I fat-fingered my own library name in the subject :)
On Tuesday, July 16, 2013 2:18:54 PM UTC-5, Reid Draper wrote:
>
> I'm happy to announce the first non-snapshot version (0.1.0) of
> simple-check, a QuickCheck inspired testing tool:
> https://github.com/reiddraper/simple-check.
>
> simp
I'm happy to announce the first non-snapshot version (0.1.0) of
simple-check, a QuickCheck inspired testing
tool: https://github.com/reiddraper/simple-check.
simple-check is a fairly faithful port of a subset of Haskell's QuickCheck,
with some additional inspiration from Erlang QuickCheck. With