batterseapower / test-framework

Framework for running and organising QuickCheck test properties and HUnit test cases
http://bsp.lighthouseapp.com/projects/15661-hs-test-framework
83 stars 45 forks source link

Is it possible to print only failures #60

Open joshcough opened 10 years ago

joshcough commented 10 years ago

Hi,

I have 4000 test cases, and when one fails, everything is printed (including all the OK tests), and the output is generally difficult to navigate - I have to scroll far back to find which test failed. Is there a way to print only the tests that failed when a test fails (and the test group that it is in)?

This might already exist, so this is more of a question than an issue, but if it isn't possible, could it be added?

Thanks.

-Josh

johtso commented 10 years ago

@joshcough seems to already exist: --hide-successes hide sucessful tests, and only show failures