kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
2020-09-03T01:35:52.001700Z

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

Eddie 2020-09-03T15:56:23.003200Z

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.

lread 2020-09-03T17:55:40.004500Z

@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.

👍 1
Eddie 2020-09-03T17:56:26.004900Z

Thanks @lee!

lread 2020-09-03T17:57:06.005400Z

You are most welcome @erp12!