Re: TAP extension proposal: test attributes

2006-07-08 Thread Michael Peters
Yuval Kogman wrote: On Fri, Jul 07, 2006 at 08:36:33 -0500, Scott Bolte wrote: I propose using of subset of the Config::Std syntax to allow tests to declare attributes that are captured in Test::TAP::Model as a hash. That would allow the test to declare configuration information, such as

TAP extension proposal: test attributes

2006-07-07 Thread Scott Bolte
A few years ago I created a system where a test would disclose all of the files on which it depended. This allowed for continuous monitoring of those files and immediate re-execution of the test when it or its dependencies changed. When combined with real-time generation of an HTML dashboard, it

Re: TAP extension proposal: test attributes

2006-07-07 Thread Yuval Kogman
On Fri, Jul 07, 2006 at 08:36:33 -0500, Scott Bolte wrote: I propose using of subset of the Config::Std syntax to allow tests to declare attributes that are captured in Test::TAP::Model as a hash. That would allow the test to declare configuration information, such as its dependencies, which