Re: [Perlunit-devel] Greetings
Status: Beta
Brought to you by:
mca1001
From: Matthias F. <mf...@hi...> - 2001-12-12 18:37:47
|
On Wed, 12 Dec 2001, Piers Cawley wrote: > Diffs would be good. If you start making more and we like them I'll > see about giving you write access to the CVS repository. .... > > provides some facilities for testing the contents of the page. More > > could easily be added. Anyone interested? > > Ooh, yes please. That's pretty much exactly what I was thinking of. Cool. :-) I'm in serious deadline hell for the next couple of weeks, but I'll try to find time to sneak this stuff out the door. I think send_diagnostics() isn't bad. Taking print out of the name is probably a good idea, I think it's misleading (at least it misled me). Maybe diagnostic_msg()? Or maybe $self->annotate(), in the sense that it's not part of the main output, and the runner controls how much annotation you want (e.g., never, only on fail, or always)? Just some additional brainstorming. Matthias |