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.
Thanks for new TODO feature / runtests feedback (Score:1)
wish: line numbers for passing TODOs (Score:1)
One more point of feedback: To complete the passing TODO enhancement, it would be really nice to have the line numbers for these tests, like we do with failing tests. With just the test number alone, tests can still be a little challenging to track down, since test scripts don't often contain test numbers.
Reply to This
Parent
Re: (Score:2)
Thanks for your feedback. I'll be working on this. You'll have to talk to Schwern, the maintainer of Test::Simple [cpan.org], for the 'TODO line number' feature. I have no control over that since the TODO information is TAP and I merely parse the TAP.
I should have another release out soon.