Fork me on GitHub
#luminus
<
2017-02-09
>
peterwang18:02:54

Hello, I am trying to figure out how to make cider-test work with luminus tests. I know that "lein test-refresh" works out-of-box. I'd still like to know if there is a way to run tests using the repl/cider-test. Now the problem at the hand is that cider-test know nothing about lein profiles, it runs tests agains :dev profile instead of :test profile.

frank21:02:47

if you'd like to run tests in dev, your dev profile should be capable of doing that

frank21:02:07

afaik the test profile is for running tests via lein test

frank22:02:47

sooo my recommendation (could be wrong) would be to stuff whatever you need to stuff, into your dev profile

frank22:02:54

I think the test profile is merged into the dev profile when running lein test, so you could even take things out of your test profile after adding them to your dev profile