Fork me on GitHub
#kaocha
<
2019-02-28
>
andrea.crotti11:02:03

yeah I had the same problem @stathissideris

andrea.crotti11:02:16

I wonder if kaocha could at least to do a run time check and give a nicer error

andrea.crotti11:02:35

I've found out it's not actually easy to inspect version of libraries at run time in Java/clojure-land

andrea.crotti11:02:17

I'm running tests with kaocha with capture-output? set to true, but all the logging still shows up (using Timbre)

andrea.crotti11:02:26

I guess maybe the capture output only captures stuff printed out?