in reply to Organizing Test::Class tests with Test::Harness

If you added a line something like:

__PACKAGE__->runtests() unless caller();

... to all of your test packages, you could probably just call Test::Harness's runtests() with a list of test file names.

Replies are listed 'Best First'.
Re^2: Organizing Test::Class tests with Test::Harness
by badaiaqrandista (Pilgrim) on Sep 09, 2007 at 22:52 UTC

    Great!!! It works... Thanks...

    -cheepy-