Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

The wonders of Test::More

by syphilis (Archbishop)
on May 21, 2022 at 13:29 UTC ( [id://11144043]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\>perl -MMath::MPFR -MTest::More -e "cmp_ok(Math::MPFR->new(2), '!='
    +, Math::MPFR->new(2), 'test for blow up'); done_testing();"
    not ok 1 - test for blow up
    ...
    Cleaning up the CONTEXT stack...
    # Tests were run but no plan was declared and done_testing() was not s
    +een.
    # Looks like your test exited with 255 just after 1.
    
  2. or download this
    ...
        unless($ok) {
    ...
                no warnings;
                my $eq = ($got eq $expect || $got == $expect) ## LINE 1006
    ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11144043]
Front-paged by Discipulus
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-03-29 10:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found