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
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.
@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.
Thanks @lee!
You are most welcome @erp12!