Archive for August, 2010
August 26thWriting a universal test runner with Test::Harness
Perl comes with a fantastic tool: prove. Prove searches for all the test files under a directory, runs them and reports the results. Anyone used to developing code and tests in parallel ends up...