On 14 Mar 2007, at 16:04, Ricardo SIGNES wrote:
* Michael G Schwern <[EMAIL PROTECTED]> [2007-03-09T18:17:57]
*) TAP diagnostic format
http://perl-qa.yi.org/index.php/TAP_diagnostic_syntax
There is no way to output diagnostics in TAP. The stuff
Test::More spits
out to STDERR are unparsable comments indented for humans. Its
not TAP.
This is the single biggest TAP deficiency.
"Diagnostics need not be only for failures. There's nothing which
says you
can't output them for passes."
[snip]
Or for other reasons. E.g. Test::Class outputs some diagnostics in
verbose mode that apply to a whole set of tests.
Adrian