Re: Test quality

2007-11-19 Thread Adrian Howard
On 18 Nov 2007, at 11:50, nadim khemir wrote: Hi, This mail is not discussing what quality and what test quality is. It is about what quality our 'test files' have. I run Test::Fixme, Kwalitee, perl::Critic, etc ... on my modules but none of them is ran on my tests. tests have a tendency

Re: Test quality

2007-11-19 Thread Ovid
- Original Message > From: Matisse Enzer <[EMAIL PROTECTED]> > I organize my test files using an approach similar to nUnit - I > create > a bunch of subroutines that each do a few assertions, and that call > set_up() and tear_down(). ... > sub test_foo { > my $foo = set_up(); >

Re: Test quality

2007-11-18 Thread Matisse Enzer
On Nov 18, 2007, at 3:50 AM, nadim khemir wrote: What are your thoughts, way of working that avoid the problems to start with I organize my test files using an approach similar to nUnit - I create a bunch of subroutines that each do a few assertions, and that call set_up() and tear_down(