On 28 Mar 2007, at 18:33, Gabor Szabo wrote:

On 3/28/07, Andy Armstrong <[EMAIL PROTECTED]> wrote:
On 28 Mar 2007, at 17:40, Andy Armstrong wrote:
> you'll probably do something like this:
>
>  annotate( { dump => [EMAIL PROTECTED] } );

Actually there'll be another level below dump:

  annotate { dump => {'IP Table' => [EMAIL PROTECTED] } };

That really requires me to collect all the data for this table and
then send it to diag. I think I would prefer to output it line by line
as the test runs, maybe with other calls in betwwen:
[snip]

Well of course there's nothing to stop anyone writing code that collects items to be output as YAMLish in the way you describe - and there's nothing to stop them releasing it as a module :)

This is really something that the producer's going to have to do and we haven't actually talked much about what's going to happen on the TAP producer side but I imagine something as specific as building a table will be outside the scope of Test::More.

--
Andy Armstrong, hexten.net

Reply via email to