Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Quiet test runner

by tomhukins (Curate)
on Sep 21, 2005 at 15:22 UTC ( [id://493839]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Test::More tests => 3;
    
    ok 1, 'Happy';
    ok 1, 'Cheerful';
    
  2. or download this
    sub is_expected_test_result {
        my $test_result = shift;
    ...
            ! is_unexpected_todo_success( $test_result ) &&
            ! diagnostics( $_ );
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found