This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-07
Channels
- # announcements (2)
- # babashka (38)
- # beginners (38)
- # calva (4)
- # cider (1)
- # clj-kondo (43)
- # clojure (50)
- # clojure-dev (39)
- # clojure-europe (4)
- # clojure-spec (4)
- # clojure-uk (2)
- # conjure (6)
- # core-async (5)
- # core-typed (3)
- # data-science (2)
- # datomic (6)
- # depstar (4)
- # emacs (1)
- # events (2)
- # fulcro (4)
- # jobs-discuss (4)
- # luminus (1)
- # off-topic (5)
- # re-frame (14)
- # shadow-cljs (8)
- # sql (8)
- # tools-deps (22)
How to run tests with conjure?
So far I found :RunTests
command in fireplace, but it doesn't work from the namespace being tested, only from the test namespace.
i haven't tried myself, but do any of these help? https://github.com/Olical/conjure/blob/master/doc/conjure-client-clojure-nrepl.txt#L106-L117
, t a
to run all tests
@sogaiu @posobin yep, you probably want test alternate namespace, which is in that link. ,tN
by default (if your local leader is ,)
Ah, nice, I tried only :h conjure
, didn't know there is a separate page for clojure. Thank you!