File: 10_todo_skip.pl

package info (click to toggle)
libtap-formatter-html-perl 0.09%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 448 kB
  • sloc: perl: 736; sh: 48; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;

use Test::More tests => 2;

TODO: {
    todo_skip 'to the loo', 2;
    ok(2, 'youre ok');
    fail('dont run me');
}