Questions tagged [clojure-testing]
16 questions
0
votes
2 answers
How to require dependencies in Clojure?
I have two questions regarding dependencies in Clojure project.
Is there something like :dev-dependencies or :test-dependencies so that I don't have to download them all on lein run? So until I run my tests I don't need to have these extra…

Kamil Lelonek
- 14,592
- 14
- 66
- 90