This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-02
Channels
- # adventofcode (76)
- # announcements (1)
- # asami (1)
- # babashka (31)
- # beginners (302)
- # calva (3)
- # cider (1)
- # clj-kondo (1)
- # cljdoc (1)
- # cljfx (63)
- # cljsjs (2)
- # clojure (36)
- # clojure-europe (29)
- # clojure-gamedev (2)
- # clojure-nl (5)
- # clojure-sanfrancisco (2)
- # clojure-spec (2)
- # clojure-uk (71)
- # clojurescript (19)
- # conjure (21)
- # core-async (10)
- # core-matrix (1)
- # cryogen (4)
- # cursive (12)
- # datomic (22)
- # emacs (4)
- # events (1)
- # figwheel-main (7)
- # fulcro (9)
- # graalvm (1)
- # jobs (1)
- # kaocha (17)
- # lambdaisland (1)
- # meander (7)
- # mount (2)
- # nrepl (12)
- # off-topic (35)
- # re-frame (15)
- # reagent (17)
- # remote-jobs (1)
- # reveal (41)
- # shadow-cljs (13)
- # spacemacs (2)
- # tools-deps (24)
Are you on the latest version? Using short names for built-in plugins is supposed to work.
@plexus I tried a few more attempts to retry failed tests (and moved it to a different project entirely), but I can't find a way to actually make it work properly https://github.com/AndreaCrotti/kaocha-retry/blob/main/src/kaocha/plugin/retry.clj
the retrying in general happens but then the reporting is still messed up
maybe I just have to do it outside of kaocha like it was currently done with lein test
, recording the failed tests and re-running them
starting to suspect that with a plugin I won't really get it working
rebind the reporter in wrap-run to capture events until you know if you want a test to pass or fail
ah nice didn't think about that, with-redefs
is a bit o a nuclear option though
but if there is no other way it's fine I guess
ah ok cool, and yeah I saw the issue with leafs and non leafs tests
ok thanks I can try that then