ericmckean / noop

Automatically exported from code.google.com/p/noop
Apache License 2.0
0 stars 0 forks source link

Tests (even BDD tests) shouldn't spam output unless set to verbose #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
All the BDD style tests output their success on the build command-line, when 
they should only be 
outputting error, to keep the build log clean, unless instructed to do so via a 
verbosity switch.

Original issue reported on code.google.com by christia...@gmail.com on 19 Oct 2009 at 6:01

GoogleCodeExporter commented 9 years ago
Cleaned up the output from logging and stdout. I know that's not the whole 
thing you 
mean in this ticket, but it's a start.
We should get the spec-style report into some form we can show off on the wiki 
or 
build status page

Original comment by aeagle22206 on 22 Nov 2009 at 5:05