Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Using Data::Dumper in Test-Driven Development

by guha (Priest)
on Aug 05, 2004 at 08:50 UTC ( [id://380214]=note: print w/replies, xml ) Need Help??


in reply to Using Data::Dumper in Test-Driven Development

I usually do

ok( $thing->model, $model ) or diag Dumper $thing;
which outputs to STDERR and saves one keystroke ;-)

This way you are guaranteed that your output won't interfere with the tests, even though I'm pretty certain that the Dumper output will not interfere.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-19 00:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found