jakemcc / test-refresh

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

Improved output #33

Closed donbonifacio closed 9 years ago

donbonifacio commented 9 years ago

We have a lot of test namespaces. This is our partial output:

screen shot 2015-04-17 at 11 51 30

If the first namespace has an error, we will have to scroll that window to check it out. Suggestion: remove all the Testing clanhr.directory-api.models.utils outputs.

jakemcc commented 9 years ago

Yeah, I get a annoyed at all of the output as well. This is definitely a feature I'd like lein-test-refresh to support.

jakemcc commented 9 years ago

@donbonifacio Just released version 0.9.0 that adds support for suppressing the Testing namespace output.

To enable it upgrade and add :test-refresh {:quiet true} someone in either your profiles.clj or your project.clj file. Example configuration can be found here.

donbonifacio commented 9 years ago

@jakemcc just tried it, works great! Thanks! :) This tools is great, I feel that I owe you. :)

jakemcc commented 9 years ago

@donbonifacio Awesome. Glad you're enjoying it. It has made a huge difference in my development style