[Bioperl-l] Network tests overhaul
David Messina
dmessina at wustl.edu
Mon Jun 18 15:04:10 UTC 2007
Awesome, Sendu! Really glad you implemented this.
> Can anyone offer a
> way to systematically find at least the test scripts which access the
> internet, if not the specific tests within?
I think tests would be accessing the net indirectly through a BioPerl
module (which may also be using indirect access), so it'd be hard to
come up with a universal glob for that.
However:
% grep -Rl BIOPERLDEBUG bioperl-live/t | wc -l
108
% ls -1 bioperl-live/t | wc -l
248
Less than half of the test files use BIOPERLDEBUG, so that narrows
down the possibilities...
Dave
More information about the Bioperl-l
mailing list