Re: prove support for Test::Class?

2006-08-04 Thread Ovid
- Original Message From: Adrian Howard <[EMAIL PROTECTED]> On 3 Aug 2006, at 14:40, Michael Peters wrote: [snip] > > Actually, the way I use Test::Class is to have one script per > > class. That way I > > can just run one if I want to. > > Yeah - but then you lose the start up time adva

Re: Devel::Cover hackathon

2006-08-04 Thread Sébastien Aperghis-Tramoni
James E Keenan wrote: > The ex-typographer in me has to carp, however, at some of the changes in > the HTML output. The rules bordering boxes need more attention, as the > mixture of light and heavy rules is not very pleasing and, IMHO, a step > backward from 0.55. I've posted two screenshots fr

Re: prove support for Test::Class?

2006-08-04 Thread Ricardo SIGNES
* Ovid <[EMAIL PROTECTED]> [2006-08-03T09:20:50] > prove t/test_class_tests.t path/to/test/class.pm > > I want to do that so I can use Test::Harness, but the path is considered an > argument to prove and not my Test::Class driver wrapper script. My first reaction would be to use =, like -M does