jakemcc / test-refresh

Refreshes and reruns clojure.tests in your project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for quickly focusing on a subset of tests.

jakemcc opened this issue · comments

Using :test-selectors is nice but it requires you to kill the currently running lein test-refresh and restart it with a test selector.

It would be great if you could focus your tests without leaving your editor and restarting lein test-refresh

Not going to do this anymore. Use :changes-only feature or tests selectors to get this.