Fork me on GitHub
#kaocha
<
2020-03-06
>
dharrigan15:03:58

I'm experimenting with using and as expected it works 🙂

dharrigan15:03:28

However, if I use plain old (is (= true true) type of test, then I get nice colourful output.

dharrigan15:03:39

with expectations, it's not ansified

dharrigan15:03:50

Can I get colours?

dharrigan15:03:10

i.e., defexpect vs deftest

dharrigan15:03:49

The first one is defexpect, the second is deftest.

dominicm17:03:57

Just started looking into why our tests sometimes hang. Turns out lein didn't manage exceptions in fixtures. Kaocha correctly exits in that case. We'll be moving CI over to kaocha asap me thinks. I miss tdeps generally.

dominicm17:03:15

@dharrigan you'll need to extend kaocha to do that I think. You might want to see kaocha.report where this happens for =. Not an expert on this.

dharrigan17:03:47

I thought I might have to do that, yes.

dharrigan17:03:56

I was hoping it was a configuration, or something I missed.