Fork me on GitHub
#cursive
<
2017-07-12
>
onetom09:07:09

@erichmond so how do you deal with a boot project in cursive?

erichmond12:07:39

I'm using your plugin! Works incredibly! Thanks!

rnagpal17:07:25

Any simple way or shortcut to run tests from intellij(Cursive plugin)

sgerguri17:07:13

Settings->Keymap, “Run tests in current NS in REPL” and “Run test under caret in REPL”.

sgerguri17:07:25

Also “Re-run last test action in REPL”.

sgerguri17:07:02

Otherwise if you right-click in your editor window in the test namespace you should have an option there to evaluate those tests in REPL.

rnagpal17:07:29

I get this exception

rnagpal17:07:29

Exception No namespace: bookings.events-test found clojure.core/the-ns (core.clj:4032

rnagpal17:07:54

When I go to “tools” -> “repl” -> “Run tests in current NS in REPL”

zylox20:07:21

have you loaded the ns

zylox20:07:24

let me try

zylox20:07:26

oh it loads it for you

zylox20:07:03

EDIT: mine ran, but printout was slightly different

rnagpal21:07:54

Actually I am trying to run clojurescript tests

zylox21:07:22

i got nothing then

cfleming22:07:11

@rnagpal Cursive’s integration doesn’t work for CLJS tests yet, sadly - it will do soon though.