jakemcc / test-refresh

Refreshes and reruns clojure.tests in your project.
393 stars 28 forks source link

Skip tests differently when using :test-selectors #24

Closed lbradstreet closed 9 years ago

lbradstreet commented 9 years ago

Hi,

This is pretty much a direct port of https://github.com/gfredericks/leiningen/commit/08eaf70781a72d84bc776f99a0592782a94e7b2a with some demacro'ing.

This prevents test-refresh from running the fixtures associated with tests in ignored namespaces.

jakemcc commented 9 years ago

Thanks for the PR. Looks good. I'll test it out some and merge today or tomorrow.

jakemcc commented 9 years ago

:+1: . Nice addition. Thanks.

lbradstreet commented 9 years ago

Awesome. Thanks for test-refresh. It makes my life a lot better!

jakemcc commented 9 years ago

[com.jakemccrary/lein-test-refresh "0.6.0"] has been released.

Glad to hear you find it useful and thanks for the PR.