NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Friday August 10, 2007
05:34 AM
If they used TAP…
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Why? (Score:1)
Re: (Score:1)
John had two problems; I am referring to his first:
TAP requires that all test names show up in the output along with result and sequence number. Sure, that doesn’t automatically make it trivial to locate the failing test in a large test suite. But it usually makes it a damn sight easier.
The other problem