jakemcc / test-refresh

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

Show amount of tests and assertions also on success #75

Closed christoph-frick closed 6 years ago

christoph-frick commented 6 years ago

WIth the notification command on, it helps to see the numbers, e. g. they change after code adding tests.

jakemcc commented 6 years ago

Just to give an update on this. I'm trying it out locally to see now I feel about it. I've avoided having these numbers in the pass message because, with my recommended lein-test-refresh settings, you don't run all of the tests every time and I thought having the number change from larger to smaller numbers was disorienting.

Going to run with this for a while and see how it feels.

Thanks for the contribution.