JetBrains / la-clojure

Clojure plugin for IntelliJ IDEA
Apache License 2.0
220 stars 49 forks source link

How to run execute unit test of lein project in Intellij with La Clojure #87

Closed m00nlight closed 9 years ago

m00nlight commented 9 years ago

After import the lein project as an maven project into IntellJ, how to run the test case like lein test in the console.

Thanks

Alefas commented 9 years ago

La Clojure doesn't support leiningen. So there is no way to do it from console as well.

cursive-ide commented 9 years ago

@m00nlight As an alternative, Cursive (https://cursiveclojure.com) does support Leiningen.

m00nlight commented 9 years ago

@Alefas Thanks. I find cursive, but just can not find the download link on their homepage :(

cursive-ide commented 9 years ago

@m00nlight Try https://cursiveclojure.com/userguide.

m00nlight commented 9 years ago

@cursiveclojure Thanks for your help :)