shunit2 icon indicating copy to clipboard operation
shunit2 copied to clipboard

Display SKIPPED tests during execution

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

Not an issue but an enhancement. I noticed that the skip count was displayed, 
but not which tests were actually skipped. Since some of my tests only occurs 
in certain situation (i.e. running as root or running as user), I needed to 
display the skip tests to make sure I was not skipping too much.

The attached patch adds a flag named SHUNIT_REPORT_SKIP that, if set, will 
display the skipped test. Default behavior is the original behavior: do nothing.

Hope this help others.

Original issue reported on code.google.com by [email protected] on 28 Aug 2013 at 9:12

Attachments:

GoogleCodeExporter avatar Jun 26 '15 04:06 GoogleCodeExporter