Fork me on GitHub
#cider
<
2016-06-28
>
Chris O’Donnell00:06:48

@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`)

josh.freckleton00:06:48

@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...

josh.freckleton00:06:26

can I make that cider-test-run-ns-tests satisfied with a different source for tests?

Chris O’Donnell01:06:51

@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.

josh.freckleton01:06:12

exactly what I needed, thank you!

vinnyataide18:06:55

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

vinnyataide18:06:30

how can I disable it? I cant send my commands through enter or ctrl j

vinnyataide18:06:30

sorry, should've asked in emacs channel