testing - How to run all project's tests from REPL? -



testing - How to run all project's tests from REPL? -

how run leiningen project's tests repl? leiningen's lein test this. how repl?

you can run loaded tests calling (clojure.test/run-all-tests).

note that not automatically load tests want run. if tests can run via "lein test" should able require test namespaces other namespace.

if you're using emacs cider, should able c-c , in namespace run tests (this will load test if wasn't loaded before).

testing clojure leiningen

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -