Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
END {
my $tb = Test::More->builder;
if ( !grep { !$_ } $tb->summary() ) {
# do cleanup
}
}
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting test status with Test::More
by fullermd (Vicar) on Aug 12, 2009 at 03:48 UTC | |
by Anonymous Monk on Aug 12, 2009 at 17:11 UTC | |
by elTriberium (Friar) on Aug 12, 2009 at 23:27 UTC | |
|
Re: Getting test status with Test::More
by Anonymous Monk on Aug 11, 2009 at 23:54 UTC |