hogsmill has asked for the wisdom of the Perl Monks concerning the following question:
Hi Guys,
I've got a very complicated (self-penned) test runner script that extracts all the modules in a directory tree, then uses Test::Harness::Straps to capture the output of running a test fiel against each one.
Then, I discovered Test::Class and Test::Class::Load which removes the need for all that dodgy recursive directory parsing, etc.
However, I've now got 2 issues - any ideas? Ta in advance.
Ultimately, we'll be doing TDD, so point 2 won't be as much of an issue, but surprise, surprise, we have a *mountain* of untested code to consider first :-)
Cheers in advance,
Steve
Hogsmill
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Capturing Output of Test::Class / Test::Class::Load
by shmem (Chancellor) on Feb 05, 2008 at 19:22 UTC |