kaocha

timo 2023-04-22T16:12:54.176039Z

Do you have nicely formatted diffs in your editors when you have a failing test in your editor? Asking because in my current neovim setup with conjure the diff is always in one line and hard to read.

2023-04-23T22:51:21.928899Z

Read the docs, should be in there

emilaasa 2023-04-24T06:22:27.539889Z

:help g:conjure#client#clojure#nrepl#test#runner

👍 1
emilaasa 2023-04-22T16:33:02.934859Z

I use this for clojure test - maybe there's something similar for kaocha?

emilaasa 2023-04-22T16:33:03.880909Z

https://github.com/pjstadig/humane-test-output

👍 1
2023-04-22T23:12:09.971629Z

Did you change the conjure setting to use kaocha as the test runner? That made it format nicely for me

timo 2023-04-23T06:27:29.105789Z

you can set it in conjure? didn't know that