Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Running a set of tests twice

by xdg (Monsignor)
on Dec 09, 2005 at 12:05 UTC ( [id://515516]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # file: t/helper.pm
    package t::helper;
    ...
    }
    
    1;
    
  2. or download this
    # file: t/001.t
    use Test::More 'no_plan';
    ...
    for my $o ( @objs ) {
        run_all_tests( $o, ref $o );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-20 14:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found