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, su
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, whi
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