|
From: SourceForge.net <no...@so...> - 2013-02-26 03:59:50
|
Feature Requests item #3606005, was opened at 2013-02-25 19:59 Message generated for change (Tracker Item Submitted) made by brun0braga You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=547458&aid=3606005&group_id=76550 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Unit test framework Group: None Status: Open Priority: 5 Private: No Submitted By: Bruno Braga (brun0braga) Assigned to: Nobody/Anonymous (nobody) Summary: Add option for verbosity Initial Comment: Many unit testing usually have very clean output, some just outputs a dot showing each test being executed. I was wondering if we could have a --verbose option from command-line (or HTML) to include the successful tests as well. In my case, specifically, I want to see the test_case->method being called... for troubleshooting, it kind of helps a lot. So I appended this line in invoker.php (at SimpleInvoker->invoke() method): echo get_class($this->test_case)."->".$method."\n"; I looked a bit in the code, but got stuck on the reporters and scorers which have same $reporter name... so I couldn't reach this method from the initial command line executing script... so I figured that asking for you would be much faster. Or maybe you guys have different suggestions... Thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=547458&aid=3606005&group_id=76550 |