5 ms·
I use this in clojure where I am interacting with the code from the repl. run-tests will execute tests for function defns wrapped with the with-test macro. This
by keppy 13y ago
I use this in clojure where I am interacting with the code from the repl. run-tests will execute tests for function defns wrapped with the with-test macro.
This is fast and no external file or namespace needs to load just type run-tests;
http://richhickey.github.io/clojure/clojure.test-api.html http://richhickey.github.io/clojure/clojure.test-api.html