Hi! I do not like the idea of combinng all tests together - I kind of like the way it looks when perl prints all those dotted lines on your `make test' command. I also want to be able to say something like ``perl -Mblib test.pl case1 case2'' to run just one particular test case or some subset of test cases. At the same time I do not like a monkey job of creating miriads of t/xxx.t and xxx.pm pairs for testing with Test::Harness -- and that seems to be the only available alternative. As the result I spent some time today to create a test environment that works just great for me. Now Test::Unit is useful for me, I already found one bug I have not seen before :) If anyone is interested I can post details.. Andrew. _______________________________________________ Perlunit-users mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/perlunit-users
