On 7 Mar 2007, at 19:50, Gary Hawkins wrote:
1. Access to both STDERR and STDOUT, in proper order ('prove' jumbles them), capturable into a variable (T::B snatches away STDERR)

TAP's a line oriented protocol so I imagine the best we can do is to keep /lines/ from STDERR and STDOUT in the right order. I imagine we can just dump lines of STDERR prefixed by '!' or whatever into the TAP output - much the same way we handle diagnostic output currently.

2. Option to inject a clearcut delimiter between tests

Distinct from, say, outputting a diagnostic between groups of tests?

--
Andy Armstrong, hexten.net

Reply via email to