Fork me on GitHub
#cider
<
2015-08-28
>
zentrope17:08:20

Is there a thing in cider to run tests every time a file is changed?

voxdolo18:08:38

zentrope: AFAIK, there is not. I still rely on a combination of manually sending tests to cider-repl for evaluation from within the editor and https://github.com/jakemcc/lein-test-refresh for when that workflow isn't working for me for some reason.

zentrope18:08:04

Ah. C-c , works pretty well. (I'm not a heavy test first kinda dev.)

zentrope18:08:26

Test first at the repl, then "save" it to a test file. ;)

zentrope18:08:49

Saw that parens-of-the-dead had something like that going, but maybe he just hit a key to make it work.