Fork me on GitHub
#test-check
<
2019-04-29
>
kenny21:04:21

Is there any documentation on what each of the keys returned from quick-check mean?

gfredericks22:04:51

The docstring mentions some of them, doesn't it?

kenny22:04:22

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?