Fork me on GitHub
#test-check
<
2019-01-13
>
Ho0man07:01:49

Hi everyone, is there a way I could fill the :result-data field in test reports? (So when they fail I could have a structured failure report)

gfredericks15:01:49

@ho0man yes, you have to return something that implements the protocol in clojure.test.check.results I think

gfredericks15:01:04

you could use (reify ...) for that

Ho0man16:01:41

@gfredericks , thanks I’ll try that

👍 5