Fork me on GitHub
#klipse
<
2017-07-15
>
practicalli-johnny17:07:46

@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.