On February 27, 2013 09:06:23 AM Mark Stosberg wrote: > What are some suggestions to make sure that passing TODO tests get > regular attention? > [.....snip.....] > > In case this context matters-- our tests are regularly through Jenkins, > so our TAP is getting converted to JUnit. We also run tests from the > command line with prove regularly as well.
Mark, what are you using to convert your TAP to JUnit? I ask as TAP::Formatter::JUnit automatically treats "passing TODOs" as "failures" and reports them as such in the JUnit output. (disclaimer: I'm the author of TAP::Formatter::JUnit) -- Graham TerMarsch