This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-08
Channels
- # announcements (40)
- # babashka (14)
- # babashka-sci-dev (7)
- # beginners (50)
- # calva (8)
- # cider (25)
- # clj-kondo (7)
- # cljdoc (8)
- # cljs-dev (14)
- # clojars (6)
- # clojure (56)
- # clojure-australia (1)
- # clojure-berlin (2)
- # clojure-dev (16)
- # clojure-europe (18)
- # clojure-nl (1)
- # clojure-norway (5)
- # clojure-uk (7)
- # clojurescript (100)
- # cursive (57)
- # data-science (9)
- # datomic (6)
- # emacs (11)
- # figwheel (2)
- # fulcro (14)
- # helix (2)
- # hyperfiddle (9)
- # introduce-yourself (1)
- # lsp (20)
- # malli (14)
- # meander (34)
- # minecraft (1)
- # missionary (8)
- # off-topic (37)
- # pedestal (4)
- # polylith (18)
- # portal (3)
- # re-frame (5)
- # ring (33)
- # shadow-cljs (32)
- # spacemacs (6)
- # vim (16)
https://github.com/jointprob/jointprob-clerk/blob/master/test/dbinomial_test.clj do not show up in Calva until I have evaluated the test namespace file in the REPL. Is this the expected behaviour. I thought that Calva might automatically find the tests which are on my class path as defined in https://github.com/jointprob/jointprob-clerk/blob/master/deps.edn when I selected the “run all tests” option or from the vscode test explorer which I have enabled.
After jacking in with deps.edn and selecting the test alias, I right click on any source file and do a “Run All Tests” and I get : clj꞉user꞉> ; Running all project tests… ; No tests found. 😱, ns: 0, vars: 0 The tests are still showing in the vscode test explorer from a previous time that I required the test namespace but when I try to run them I get: clj꞉user꞉> ; Running all project tests… ; No tests found. 😱, ns: 0, vars: 0 If I require the test namespace then I can run the tests by right click or through the test explorer.
Thanks for all your work on this great extension @U0ETXRFEW
I think what you describe is to be expected. Iirc, we populate the UI statically, but the test runner is dynamic.
@U03DBC3BGAV Does this suggestion solve your issue? https://calva.io/test-runner/#tests-are-not-found