This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-24
Channels
- # announcements (1)
- # aws (140)
- # beginners (41)
- # calva (47)
- # cider (43)
- # clj-kondo (36)
- # clojure (178)
- # clojure-europe (12)
- # clojure-gamedev (2)
- # clojure-italy (1)
- # clojure-nl (17)
- # clojure-russia (3)
- # clojure-spec (37)
- # clojure-uk (97)
- # clojurescript (173)
- # core-async (16)
- # cursive (18)
- # data-science (2)
- # datascript (6)
- # datomic (32)
- # dirac (16)
- # duct (16)
- # events (2)
- # figwheel-main (7)
- # fulcro (8)
- # graalvm (18)
- # immutant (3)
- # joker (2)
- # kaocha (8)
- # nrepl (6)
- # nyc (2)
- # off-topic (62)
- # quil (3)
- # re-frame (18)
- # reitit (6)
- # ring-swagger (1)
- # shadow-cljs (119)
- # spacemacs (4)
- # specter (2)
- # tools-deps (10)
- # vim (58)
- # xtdb (9)
this bit doesn't look right: https://gist.github.com/danieroux/7410caba8ad39873e97c982913432424#file-transcriptor-clj-L35-L37
you're deriving all nested testables from your top level test suite, instead create new testables with the information they need. In particular each testable should have a unique :kaocha.testable/id
, right now all your testables have the same id
this way you can also set :kaocha.testable/desc
, which will be picked up by the documentation reporter
note that kaocha.type/*
is reserved for built-in types, I should document that better. You can use any namespace, e.g. something based on your github id
@plexus thank you for the feedback! I’ve updated the gist: https://gist.github.com/danieroux/7410caba8ad39873e97c982913432424