Fork me on GitHub
#kaocha
<
2019-04-08
>
pfeodrippe18:04:44

Hi, I'm trying to use kaocha with deps.edn using tests.edn as #kaocha/v1 {:kaocha.plugin.capture-output/capture-output? true}, I'm using a print at the test, but it's not capturing anything (also there is a Exception), what could I do?

Lennart Buit19:04:38

I believe that kaocha does this by default. If (and only if) a test fails, you will get all logged output as part of the fail msg

pfeodrippe20:04:12

Thanks! But it's not failing even when an error happens... it's weird