Hi Anonymous,
Why do code all those lines when you can use SKIP?
Well first of all, because I was answering 1nickt's question, which is about TODO tests :-P
Second, SKIP is not the same as TODO. SKIP doesn't run the test at all, whereas TODO runs it, but expects a failure, and reports when the test starts passing. If you use SKIP instead of TODO, you won't automatically get the information about tests that start passing.
Regards,
-- Hauke D
In reply to Re^3: debug output from TODO with Test::More
by haukex
in thread debug output from TODO with Test::More
by 1nickt
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |