Fork me on GitHub
#cursive
<
2019-08-19
>
youvere15:08:42

Hi anyone had an issue like this with cursive: cursive version 1.8.2-2019.2 intellij: 11.0.3+12-b304.10 Leiningen 2.9.1 on Java 1.8.0_181 Java HotSpot(TM) 64-Bit Server VM 1) load a test file without any failing tests in the repl 2) add a failing statement in a test inside the namespace (is (= 1 2)) 3) run the test in the repl using : run test under caret in repl or run tests in current ns repl, the test pass with an invalid statement, the number of assertion is invalid when a single test is run 4) Running the test using (clojure.test/run-tests) or (clojure.test/test-vars ['ns/test-var]), the test fail What are the differences between the cursive binding for running tests using the repl?

jrotenberg16:08:10

i'm getting Cannot execute: Clojure command not configured when creating a new deps based project

jrotenberg23:08:29

thanks, i'll take a look.

cfleming23:08:08

@youvere No, I’ve never seen that. Cursive does indeed do a fair amount of black magic to make the integration work. Do you have anything installed like humane-test-output or anything like that? Things like that also monkeypatch clojure.test, and monkeypatches on top of other monkeypatches never ends well.