test-check

kenny 2019-04-29T21:50:21.007600Z

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

2019-04-29T22:10:51.008400Z

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

kenny 2019-04-29T22:41:22.010500Z

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?