I'm setting a unit testing system for a pile of code right now which
is going to expand into hundreds of tests. I've currently got a simple
program that finds all of the tests in the system and hands this list to
Test::Harness to be run.
However, I'd like to be able to do two things:
1. Run
On Mon, Mar 25, 2002 at 04:35:52PM +0900, Curt Sampson wrote:
> I'm setting a unit testing system for a pile of code right now which
> is going to expand into hundreds of tests. I've currently got a simple
> program that finds all of the tests in the system and hands this list to
> Test::Harness t