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)
@ho0man yes, you have to return something that implements the protocol in clojure.test.check.results
I think
you could use (reify ...)
for that
@gfredericks , thanks I’ll try that