Group
Extension

Matches 5

Test-Pretty ( T/TO/TOKUHIROM/Test-Pretty-0.32.tar.gz, TOKUHIROM, 2015; MetaCPAN )
Test-Pretty/t/iss5.t ( view source; MetaCPAN )
;
use Test::More;
use t::Util;

my $tap = run_test('t/plx/iss5.plx');
exit_status_isnt(0);

my $result = parse_tap($tap);
isnt($result->passed, $result->plan, 'plan != passed tests');

done_testing;

Test-Pretty ( T/TO/TOKUHIROM/Test-Pretty-0.32.tar.gz, TOKUHIROM, 2015; MetaCPAN )
Test-Pretty/t/no_test_in_subtest.t ( view source; MetaCPAN )
re;
use t::Util;

my $tap = run_test('t/plx/no_test_in_subtest.plx');
exit_status_isnt(0);

my $result = parse_tap($tap);
isnt($result->passed, $result->plan, 'plan != passed tests');

done_testing;

Test-Pretty ( T/TO/TOKUHIROM/Test-Pretty-0.32.tar.gz, TOKUHIROM, 2015; MetaCPAN )
Test-Pretty/t/exit.t ( view source; MetaCPAN )
 warnings;
use utf8;
use Test::More;
use t::Util;

my $tap = run_test('t/plx/exit.plx');
exit_status_isnt(0);

my $result = parse_tap($tap);
ok($result->has_problems, 'has problems');

done_testing;

Test-Pretty ( T/TO/TOKUHIROM/Test-Pretty-0.32.tar.gz, TOKUHIROM, 2015; MetaCPAN )
Test-Pretty/t/bad_plan2.t ( view source; MetaCPAN )
ings;
use utf8;
use Test::More;
use t::Util;

my $tap = run_test('t/plx/bad_plan2.plx');
exit_status_isnt(0);

my $result = parse_tap($tap);
ok($result->has_problems, 'has problems');

done_testing;

Test-Pretty ( T/TO/TOKUHIROM/Test-Pretty-0.32.tar.gz, TOKUHIROM, 2015; MetaCPAN )
Test-Pretty/t/bad_plan.t ( view source; MetaCPAN )
nings;
use utf8;
use Test::More;
use t::Util;

my $tap = run_test('t/plx/bad_plan.plx');
exit_status_isnt(0);

my $result = parse_tap($tap);
ok($result->has_problems, 'has problems');

done_testing;


Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.