This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-20
Channels
- # announcements (16)
- # babashka (71)
- # beginners (121)
- # bristol-clojurians (2)
- # calva (55)
- # clj-kondo (16)
- # clojure (103)
- # clojure-europe (9)
- # clojure-italy (5)
- # clojure-nl (4)
- # clojure-spec (49)
- # clojure-uk (57)
- # clojurescript (28)
- # conjure (9)
- # cursive (6)
- # datascript (3)
- # datomic (35)
- # duct (20)
- # events (3)
- # figwheel-main (12)
- # fulcro (6)
- # graalvm (12)
- # juxt (3)
- # kaocha (5)
- # lumo (10)
- # malli (5)
- # off-topic (54)
- # pathom (8)
- # re-frame (19)
- # reitit (21)
- # remote-jobs (1)
- # shadow-cljs (102)
- # sql (38)
- # tools-deps (60)
- # uncomplicate (3)
- # xtdb (10)
so koacha junit tests w/ timing appear to report tests that it doesn’t run as having ran in 0 seconds. For example I use (kaocha.repl/run (conj (vec split) opts)
where split is list of :kaocha.testable/id
’s of type :kaocha.type/var
, the junit output will have :kaocha.testable/id
listed that aren’t in my split.
I was looking to fix this and test my fix locally, so i cloned the kaocha-junit repo, but couldnt find a way to get deps.edn and lein checkouts to work properly. I guess this is more a question about deps, but how would I build one of these kaocha-junit so lein can see it?
Hi @tavistock, we're migrating all lambda island projects to build tooling that should make this easy. I don't think kaocha-junit is migrated yet but I can do that tomorrow (I think). Meanwhile a mvn install might be enough to build and install a version locally