Add it to your deps.edn or project.clj:
{:aliases
{:test {:extra-deps {io.github.noahtheduke/lazytest {:mvn/version "2.1.0"}}
:extra-paths ["test"]
:main-opts ["-m" "lazytest.main"]}}}
Run with clojure clojure -M:test [args...].
Add this to project.clj:
:profiles {:dev {:dependencies [[io.github.noahtheduke/lazytest "2.1.0"]]}}
:aliases {"test" ["run" "-m" "lazytest.main"]}
Run with leiningen test [args...].
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |