[Bioperl-l] test::more template

Nathan Haigh n.haigh at sheffield.ac.uk
Fri Oct 20 09:27:19 UTC 2006


Is it really necessary to specify the number of tests that are to be
conducted in advance? It seems a bit annoying to have to count the
number of tests in the script or to run the test just to see how many
tests were done, we could just use:
use Test::More 'no_plan';

And then it's up to Test::More to keep a track of how many tests it's
run. The only thing then to worry about is how many tests are in a SKIP
block if the skip criteria are met. This is unless there is a good
reason to use it that I am unaware of.

Thanks
Nath



More information about the Bioperl-l mailing list