Hello list.
I would like to press a key shortcut in my text editor and have it
run the test I'm currently editing. If there are any failures, I'd
like to be able to click on them and it go to the line that the
failing test was on. Since my current editor is TextMate this
involves creating a script that runs my test and outputs HTML.
I assume that I want to use TAP::Parser for this. The interface for
the version on CPAN seems clean, but how do I work out what line the
failing test was on? Is there an existing module that does this (or
can I do it with TAP::Parser somehow?)
Mark.
(I trust we can avoid this turning into a debate about different text
editors)
- Parsing TAP and getting the failing line number Mark Fowler
-