Fork me on GitHub
#leiningen
<
2017-07-05
>
matan20:07:56

a small clojure.test related question, I must be missing the obvious: when I lein test, none of my test code withing with-test blocks (https://clojuredocs.org/clojure.test/with-test) runs. is that the default behavior?

danielcompton23:07:47

@matan Leiningen is probably running tests only in the test namespaces

danielcompton23:07:08

I'm assuming you've written your with-test in your source namespaces?

danielcompton23:07:27

If so, then you probably want to add your source paths to test-paths

danielcompton23:07:44

Or override lein's default test selectors by providing your own