hyperfiddle / rcf

RCF – a REPL-first, async test macro for Clojure/Script
MIT License
279 stars 12 forks source link

better failed test report for RHS #36

Open xificurC opened 2 years ago

xificurC commented 2 years ago
in (count-increased test1)

7
:<>
(+ 5 1)

I'd rather see the whole test on the first line and the resulting values in the comparison at the bottom. If I compare to a computation that don't know its value by heart I'll have to go and chase that value down. In this silly example I know the value of (+ 5 1) but in a more complicated scenario that won't be the case