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
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Why? (Score:1)
Re:Why? (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 – figuring out what the heck it is that the test is testing – is of course something that technology cannot fix. (But it is something that can be improved if the code is written in a language that encourages developer documentation both technologically and culturally – as Perl does with POD. Javascript is handicapped here.)
Reply to This
Parent