This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-28
Channels
- # announcements (2)
- # babashka (21)
- # beginners (24)
- # calva (9)
- # cider (7)
- # clj-kondo (12)
- # clojure (116)
- # clojure-europe (5)
- # clojure-korea (2)
- # clojure-norway (3)
- # clojure-poland (1)
- # clojure-spec (5)
- # clojurescript (12)
- # cursive (12)
- # datomic (8)
- # google-cloud (4)
- # honeysql (16)
- # java (18)
- # lsp (10)
- # missionary (14)
- # polylith (12)
- # re-frame (13)
- # releases (4)
- # shadow-cljs (10)
- # sql (10)
- # testify (2)
I'm writing a babashka script, but the CIDER test runner doesn't work. I have a project with the recommended directory structure, I have a very minimal test file, and I actually can run the tests in the REPL (which I can launch from cider without problems). However, calling C-t C-t p
and friends returns nothing. A short message is displayed Running tests in all project namespaces.
but that's about it. No summary, no statisticis, and cider-test-show-report-on-success
is set to true (but there are failing tests anyway). - Any ideas how I can find the problem???
Oh that's good to know thanks!
But I could build an external test-runner, like it is recommended in the babashka book?
I'll do the latter, as it is also recommended in your blog (https://blog.michielborkent.nl/babashka-test-runner.html)