Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 264 Bytes

running-single-clojure-test-leiningen.md

File metadata and controls

8 lines (5 loc) · 264 Bytes

Running a single Clojure test using leiningen

to run a single test when refactoring some code and needing to reflect the changes in the test suite via the build system and not just from inside the REPL ?

lein test :only test-namespace/function