On Fri, Dec 10, 2004 at 10:01:44AM -0800, Ovid ([EMAIL PROTECTED]) wrote:
> I would add Test::MockModule to the test modules. I've stopped using
> my Sub::Override since I encountered this very useful tool.
>
> On the test guidelines, perhaps there should be an "or die "
> recommendation after "u
Two comments:
I would add Test::MockModule to the test modules. I've stopped using
my Sub::Override since I encountered this very useful tool.
On the test guidelines, perhaps there should be an "or die "
recommendation after "use_ok". Life gets pretty miserable if that
fails but many subsequen
http://qa.perl.org/testing-guidelines.html is updated. So is
http://qa.perl.org/test-modules.html, with new modules and some
reorganization.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
After quite a bit of feedback on the first beta, I'm pleased to
announce the second beta. Get it from:
http://cpanplus.xs4all.nl/~kane/CPANPLUS-0.050_02.tar.gz
Or soon, a CPAN near you.
Changes for 0.050_02Fri Dec 10 15:03:39 CET 2004
*
> I use Text::Differences for this, as it will show which lines are
> different, rather than just the first 50 characters. Much
> easier for me to diagnose problems.
Something I put at the top of a lot of my test scripts is:
if(eval "require Test::Differences; 1") {
no warnings 'redefine';