This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-06-28
Channels
- # admin-announcements (2)
- # alda (5)
- # arachne (4)
- # beginners (49)
- # boot (92)
- # capetown (3)
- # cider (9)
- # cljs-dev (6)
- # cljs-edn (1)
- # cljsjs (29)
- # cljsrn (4)
- # clojure (65)
- # clojure-android (1)
- # clojure-berlin (2)
- # clojure-chicago (2)
- # clojure-gamedev (2)
- # clojure-greece (11)
- # clojure-india (1)
- # clojure-japan (1)
- # clojure-new-zealand (2)
- # clojure-quebec (2)
- # clojure-russia (49)
- # clojure-spec (73)
- # clojure-uk (38)
- # clojurescript (118)
- # clojutre (4)
- # community-development (17)
- # cursive (3)
- # data-science (1)
- # datascript (1)
- # datomic (17)
- # emacs (6)
- # euroclojure (2)
- # events (2)
- # immutant (30)
- # keechma (11)
- # leiningen (4)
- # luminus (2)
- # off-topic (19)
- # om (14)
- # onyx (28)
- # planck (9)
- # re-frame (11)
- # reagent (35)
- # ring-swagger (4)
- # schema (4)
- # slack-help (6)
- # spacemacs (2)
- # specter (11)
- # testing (4)
- # untangled (88)
- # utah-clojurians (2)
- # vim (2)
- # yada (9)
@josh.freckleton: I use spacemacs, but if it's the same in vanilla emacs cider-test-run-ns-tests
should do the trick (`C-c C-t n`)
@codonnell: hm, unfortunately I'm getting no namespace: <x>-spec-test.clj
when the test is named <x>-spec.clj
, and the spec
is the test. I'd rename it, but its a public lib...
can I make that cider-test-run-ns-tests
satisfied with a different source for tests?
@josh.freckleton: the cider-test-run-ns-tests
function takes an initial argument suppress-inference
. If you call (cider-test-run-ns-tests t)
it will run the tests in your current namespace, regardless of its name.
exactly what I needed, thank you!
no problem
hello, I've tried to enable to make my terminal clojure enabled so I've enable clojure-mode but I can't disable right now, I'm in a shell command window
how can I disable it? I cant send my commands through enter or ctrl j
sorry, should've asked in emacs channel