Fork me on GitHub
#kaocha
<
2022-12-19
>
mike_ananev06:12:53

Hello, all! Does anyone know how to hide kaocha’s throw+ long report if test fails? I have annoying long listing every time my test fails.

plexus12:12:58

@mike1452 that's a bug, You should never see that exception, that's an internal thing. Or maybe there's something funny with your setup, in which case I'd still like to know what it is, so please file a ticket on GitHub. include your tests.edn, and how you are invoking kaocha.

mike_ananev16:12:58

This is my repo https://github.com/redstarssystems/swim Reproduce steps: 1. Clone repo 2. Open swim_test.clj 3. Make change in any test with ^:logic metadata to fail the test, e.g. line 1993 indirect-ack-event-test, change :cmd-type 3 to 4 4. run bb test from project root to run tests

plexus19:12:33

Please file a ticket. It'll get fixed but only if we can track it. Thank you 🙏

mike_ananev20:12:03

I’ll make it.

plexus09:12:57

Thank you!