Is there any documentation on what each of the keys returned from quick-check mean?
The docstring mentions some of them, doesn't it?
The API docs don't have it http://clojure.github.io/test.check/clojure.test.check.html. Looks like it's been added in the source in master. It'd be useful to understand when certain attributes are a specific type. i.e. when :result
is false
or an exception
. The :result-data
map is doc'ed as {...}
. Is there a doc on that one elsewhere?