in reply to Re^2: debug output from TODO with Test::More
in thread debug output from TODO with Test::More
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: debug output from TODO with Test::More
by Anonymous Monk on Jan 13, 2017 at 20:45 UTC | |
by 1nickt (Canon) on Jan 13, 2017 at 21:49 UTC | |
by Anonymous Monk on Jan 13, 2017 at 22:02 UTC | |
by 1nickt (Canon) on Jan 14, 2017 at 02:23 UTC |