jen icon indicating copy to clipboard operation
jen copied to clipboard

Schema-style generators for Clojure's test.check testing framework

Results 3 jen issues
Sort by recently updated
recently updated
newest added

I think it's worth considering whether schema's [`conditional`](http://prismatic.github.io/schema/schema.core.html#var-conditional) and/or [`if`](http://prismatic.github.io/schema/schema.core.html#var-if) schemas might be implemented here. Much like the `optional-key` function in this project, implementation would probably rely on a new...

enhancement

That macro is awful. Just use quick-check or whatever within a normal deftest form.

The only obstacle to this that I can see is the use of fmap from clojure.algo.generic, which should be easy enough to deal with. I'm also not sure if using...

enhancement
help wanted