shekharpro / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

gallio.echo doesn't have a text-condensed report type #440

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I think it would be nice to have a text-condensed report type that doesn't
show passed tests.  Currently it looks like that doesn't exist.

Original issue reported on code.google.com by hecktarz...@gmail.com on 4 May 2009 at 4:57

GoogleCodeExporter commented 8 years ago
It would be nice! Perhaps you'd like to write one and contribute it? :)

Original comment by grahamr...@gmail.com on 11 May 2009 at 10:54

GoogleCodeExporter commented 8 years ago

Original comment by jeff.br...@gmail.com on 13 May 2009 at 6:22

GoogleCodeExporter commented 8 years ago
99.9% of the time in flow i want to see the one failing test and then that it 
is 
passing.

Maybe re-ordering the outputs is a "good enough" solution instead? Make the 
report 
scannable by putting the Results first, instead of last, then Failed, Passed 
and 
finally the Diagnostic Log. eg:

* Results: 2 run, 1 passed, 1 failed, 0 inconclusive, 0 skipped

* Failed:
[Test] MbUnit v3.0.6.763/Application.Test/EntityTest/TestThatMocksSomething

* Passed:
[Test] MbUnit v3.0.6.763/Application.Test/EntityTest/PassingTest

* Diagnostic Log:
[info] Host started at 5/29/2009 11:55:12 AM.
[info] Host stopped at 5/29/2009 11:55:14 AM.
[info] Host process exited with code: 0

Original comment by carlin.p...@gmail.com on 29 May 2009 at 6:03

GoogleCodeExporter commented 8 years ago
If I had to choose between nothing and good enough, I choose good enough :)

Original comment by hecktarz...@gmail.com on 3 Jun 2009 at 1:30

GoogleCodeExporter commented 8 years ago
Done, I also moved the summary to the top for both text reports.

Original comment by grahamr...@gmail.com on 14 Jun 2009 at 9:03