This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-12
Channels
- # announcements (1)
- # aws (1)
- # beginners (182)
- # boot (33)
- # calva (87)
- # cider (3)
- # clj-kondo (2)
- # clojure (108)
- # clojure-dev (73)
- # clojure-europe (2)
- # clojure-italy (27)
- # clojure-nl (22)
- # clojure-norway (1)
- # clojure-spec (1)
- # clojure-uk (122)
- # clojurescript (78)
- # cursive (5)
- # datomic (17)
- # duct (2)
- # emacs (25)
- # events (3)
- # figwheel (1)
- # figwheel-main (1)
- # fulcro (88)
- # kaocha (6)
- # leiningen (2)
- # luminus (1)
- # lumo (4)
- # nrepl (4)
- # off-topic (37)
- # onyx (1)
- # re-frame (35)
- # reagent (1)
- # reitit (4)
- # shadow-cljs (8)
- # spacemacs (22)
- # specter (2)
- # sql (19)
- # tools-deps (12)
- # vim (11)
@akiel re: yesterday’s discussion regarding instrument, I have a kaocha plugin here which instruments certain specs: https://github.com/borkdude/speculative-kaocha-plugin/blob/master/src/speculative_kaocha/plugin.clj
it also unstruments them, so they aren’t bothering you if you’re not inside a test 😉
@borkdude Thats a good thing and I also saw your plugin for core. I’m more interested instrumenting my own functions. I also like to be able to run the tests inside Cursive. That’s why I still use Clojure test fixtures. I also use instrument in order to weaken certain function specs in my unit tests, because I don’t want to supply “the real things” in unit tests.
yeah, it was just an example that could maybe be helpful, I’m not suggesting you use that plugin
Is there anything allowing me to run tests with Kaocha in Intellij with a shortcut displaying errors inline? Or should I just use watch mode on command line? Is someone using Kaocha and Cursive together?
If you do find a way, I would be interested in knowing. Currently, I run them in watch mode with the notify plugin.