<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 89: Add option for verbosity</title><link>https://sourceforge.net/p/simpletest/feature-requests/89/</link><description>Recent changes to 89: Add option for verbosity</description><atom:link href="https://sourceforge.net/p/simpletest/feature-requests/89/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 26 Feb 2013 03:59:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/simpletest/feature-requests/89/feed.rss" rel="self" type="application/rss+xml"/><item><title>Add option for verbosity</title><link>https://sourceforge.net/p/simpletest/feature-requests/89/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Many unit testing usually have very clean output, some just outputs a dot showing each test being executed.&lt;/p&gt;
&lt;p&gt;I was wondering if we could have a --verbose option from command-line (or HTML) to include the successful tests as well.&lt;/p&gt;
&lt;p&gt;In my case, specifically, I want to see the test_case-&amp;gt;method being called... for troubleshooting, it kind of helps a lot.&lt;/p&gt;
&lt;p&gt;So I appended this line in invoker.php (at SimpleInvoker-&amp;gt;invoke() method): &lt;/p&gt;
&lt;p&gt;echo get_class($this-&amp;gt;test_case)."-&amp;gt;".$method."\n";&lt;/p&gt;
&lt;p&gt;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...&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruno Braga</dc:creator><pubDate>Tue, 26 Feb 2013 03:59:50 -0000</pubDate><guid>https://sourceforge.net6b9e0df3c461f906d9e2cc435a12e5dc1fd50de2</guid></item></channel></rss>