jakemcc / test-refresh

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

FR: show failing test stack traces at the bottom #31

Closed yatesco closed 9 years ago

yatesco commented 9 years ago

First - thanks for the tool!

Secondly, quickie has a really nice feature in that it shows the stack traces of failing tests at the bottom of the console. It would be great if lein-test-refresh did this.

As it stands I need to manually search for the FAIL error message which in a project with close to 10K unit tests and a whole bunch of logging isn't particularly fun ;).

Thanks!

yatesco commented 9 years ago

And I just noticed it now does this - is this a recent update? :).

jakemcc commented 9 years ago

@yatesco Not that I'm aware of. Glad to hear its doing what you want though :).