in reply to Re: Most painless way to update the number of tests run?
in thread Most painless way to update the number of tests run?
So would it be any harm just leave off the number of tests until you are done writing all the tests? I guess I'm just not entirely clear on why keeping this number accurate is important, then. I guess so Test::More will know if all test ran successfully so it can give an accurate final report as to whether all tests were completed successfully?
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Most painless way to update the number of tests run?
by choroba (Cardinal) on Feb 12, 2017 at 05:00 UTC | |
by BillKSmith (Monsignor) on Feb 12, 2017 at 15:11 UTC | |
|
Re^3: Most painless way to update the number of tests run?
by stevieb (Canon) on Feb 12, 2017 at 05:53 UTC |