Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: test::harness not displaying passed test

by ELISHEVA (Prior)
on Feb 12, 2009 at 15:17 UTC ( [id://743341]=note: print w/replies, xml ) Need Help??


in reply to test::harness not displaying passed test

59/0 means that test #59 fails but the total number of tests is (as yet) unknown - implying that you might be using no plan.

If you declare Test::More or Test::Simple module like use Test::More qw(no_plan) and then run your test script via Test::Harness or prove, the total number of tests prints out as 0 (unknown) except at the very end. See Test::More - I love it when a plan comes together for futher information.

Best, beth

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://743341]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (1)
As of 2024-04-25 04:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found