formatter API and subclassing pain points
Andy Armstrong
andy at hexten.net
Tue Sep 11 19:30:07 BST 2007
On 11 Sep 2007, at 14:03, Andy Armstrong wrote:
> So it's
>
> $formatter->prepare # globally
> $session = $formatter->open_test # per process
> $session->result($result) # per process, per result
> $session->close_test # per process
> $formatter->summary # globally
This is now implemented - and Eric's TAP::Harness::Parallel still
works. Phew.
Eric: I should be able to write a nice parallel friendly version of
TAP::Formatter::Console::Session now. Would you like me to have a
look at that?
--
Andy Armstrong, hexten.net
More information about the tapx-dev
mailing list