Fork me on GitHub
#kaocha
<
2020-09-03
>
royalaid01:09:52

Looks like I am bumping up against more edge cases. If you start a compile job and a kaocha watch and then add a deftest to the file it doesn’t appear to be picked up by kaocha

Eddie15:09:23

Does anyone know if there is a way to configure kaocha to print the stdout for passing tests? I am trying to debug a fixture.

lread17:09:40

@erp12, you can disable the capturing of output with --no-capture-output, here are https://cljdoc.org/d/lambdaisland/kaocha/1.0.672/doc/plugin-capture-output.

👍 3
lread17:09:06

You are most welcome @erp12!