in reply to Re: The wonders of Test::More
in thread The wonders of Test::More
but I could instead use something like or warn "$got == $expected" to provide a more meaningful diagnostic.C:\>perl -MMath::MPFR -MTest::More -e "$got=Math::MPFR->new(2); $exp= +Math::MPFR->new(2); ok($got != $exp) or diag explain [$exp, $got]; d +one_testing();" not ok 1 # Failed test at -e line 1. # [ # bless( do{\(my $o = 46472664)}, 'Math::MPFR' ), # bless( do{\(my $o = 46474008)}, 'Math::MPFR' ) # ] 1..1 # Looks like you failed 1 test of 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: The wonders of Test::More
by haukex (Archbishop) on May 22, 2022 at 04:45 UTC |