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 to become a mess, be
undocumented, etc..
[snip]

I run those sort of things on my tests too... e.g. my Perl Critic tests does something like:

        all_critic_ok( all_perl_files( 'bin', 'inc', 'lib', 't' ) );

Adrian

Reply via email to