magnars/kaocha-runner.el

Rerun last test

Opened this issue · 0 comments

mainej commented

After a test fails, I return to the implementation and start fixing things. I like to keep re-running the same test until it passes. CIDER provides cider-test-rerun-test for this case.

I've implemented a similar tool myself—it only takes a few lines of emacs advice—but it would be nice if kaocha-runner provided it.

Would you be interested in a PR that adds this?