Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 236 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 236 Bytes

solutions4clojure

Usage

lein repl

(test-run)

If you make changes: (refresh)

test-run implementation:

(defn test-run []
  (doseq [n test-namespaces]
    (require n))
  (apply run-tests test-namespaces))