On Fri, Feb 27, 2004 at 07:54:07AM -0500, Ken Coar wrote: > two aspects of the framework that i consider deficiencies are: > > 1. the inability to run a *single* test within a script.
This is possible if the test script is written to use sok: http://perl.apache.org/docs/general/testing/testing.html#Running_only_Selected_Sub_tests > 2. the lack of per-test descriptive text. > (you *can* run single scripts, as with 't/TEST t/modules/access.t', > but that doesn't appear to be well documented [if at all].) It's documented pretty clearly in the documentation :) http://perl.apache.org/docs/general/testing/testing.html#Individual_Testing > the second one, however, is a significant pain in the arse, and > there ought to be a solution (says i). as i mentioned before, > i'm wrapping the suite up so a testing group can run it in a > push-button fashion. Could you just have them always run the test suite using -verbose? Regards, joe