Testing Questions

Johan Lindström johanl at DarSerMan.com
Tue May 15 00:31:22 BST 2007


At 13:02 2007-05-14, Pete Sergeant wrote:
>* I tend to use t::lib::FooBar 't/lib/FooBar.pm' to put testing
>libraries in. Anyone have a better suggestion? How do you share these
>between codebases?

Plain Test::More works wonderfully for CPAN style modules (i.e. of fairly 
limited scope). For larger code bases I have found that Test::Class is 
really nice for getting common setup code and test related utility routines 
nicely structured.


/J



More information about the london.pm mailing list