@viebel any suggestions on re-running clojure.test
tests in klipse? I have required clojure.test
and written a couple of deftest
expressions. I can evaluate (run-tests)
and get a full test report. I added `(run-tests) to a klipse loop, however it truncates the output to a single line and I cant see the test results.
An example page is here: https://clojurebridgelondon.github.io/workshop/code-kata/recent-song-playlist.html
I can of course just type (or retype) (run-tests)
in any klipse window and get the full test report, however wondering if there was a way to run the tests every 30 seconds or so? Is this just a feature or some CSS hacking required?
Thanks for any advice.
The source code for this example is at: https://raw.githubusercontent.com/ClojureBridgeLondon/workshop-content-gitbook/master/code-kata/recent-song-playlist.md