This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-19
Channels
- # adventofcode (52)
- # babashka (47)
- # beginners (13)
- # clojure (36)
- # clojure-belgium (1)
- # clojure-europe (14)
- # clojure-nl (1)
- # clojure-norway (14)
- # clojurescript (2)
- # clojutre (9)
- # cursive (12)
- # datomic (3)
- # deps-new (3)
- # emacs (12)
- # fulcro (5)
- # guix (1)
- # honeysql (7)
- # introduce-yourself (1)
- # jobs (1)
- # kaocha (8)
- # lsp (5)
- # membrane (5)
- # mount (7)
- # nbb (5)
- # nrepl (2)
- # off-topic (60)
- # polylith (9)
- # reclojure (2)
- # reitit (8)
- # ring (17)
- # shadow-cljs (4)
- # spacemacs (31)
- # sql (7)
- # timbre (3)
- # xtdb (15)
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.
@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.
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
I’ll make it.