|
|
|
|
|
by keppy
4598 days 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 |
|