test-check

2019-01-13T07:35:49.003100Z

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)

2019-01-13T15:30:49.003800Z

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

2019-01-13T15:31:04.004100Z

you could use (reify ...) for that

2019-01-13T16:15:41.004700Z

@gfredericks , thanks I’ll try that

👍 1