On Fri, Sep 19, 2008 at 5:21 AM, Ovid <[EMAIL PROTECTED]> wrote: > I have the basics of "App::Prove::History" working (not yet releasable), and > it's time to ask what people want in it. Should I just store the results of > individual test programs or also the results of individual tests? TAP > streams? Something else entirely?
Store the most granular thing you can, I'd say. Then people can write tools to filter it down. -- David