Fork me on GitHub
#luminus
<
2016-11-30
>
hiron21:11:32

Is there a way of running tests from cider-repl with the test profile (most specifically the env vars), or do I need to run tests in a completely separate JVM instance in order to load the test-profile?

hiron21:11:54

The workaround I just figured out is to launch the repl directly through lein and cider-connect to it. > lein repl with-profile +test at the root of the project. And M-x cider-connect in emacs.