This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-05
Channels
- # announcements (1)
- # babashka (7)
- # beginners (60)
- # biff (7)
- # cider (2)
- # clj-kondo (1)
- # clojure (15)
- # clojure-france (1)
- # clojure-norway (1)
- # clojurescript (7)
- # datascript (7)
- # emacs (4)
- # etaoin (1)
- # honeysql (7)
- # interceptors (8)
- # introduce-yourself (3)
- # kaocha (1)
- # off-topic (16)
- # pathom (2)
- # reagent (15)
- # reitit (11)
- # releases (1)
- # slack-help (3)
- # vim (36)
Fixtures are applied in src/kaocha/type/ns.clj
. The test is wrapped by some Kaocha-specific logic around running tests (e.g., logic for skipping tests) before being passed as a function to the fixture. The intent is that there is no meaningful difference between clojure.test
and kaocha, so if there's a difference (especially an outright bug), it would be good to know about.
👍 1