Re: What should be captured in automated test reports?

2006-09-24 Thread Gabor Szabo
On 9/24/06, David Golden <[EMAIL PROTECTED]> wrote: (As posted to Perl Monks, but probably a good question for this list as well) As I've been developing CPAN::Reporter, I've been thinking about what information I wished I had when examining failure reports on CPAN Testers. Test::Reporter alread

Re: Testing for test labels

2006-09-24 Thread Chris Dolan
On Sep 24, 2006, at 5:42 PM, Christopher H. Laco wrote: Ok, I'll play your game. :-) http://perlcritic.tigris.org/svn/perlcritic/trunk/Perl-Critic/lib/ Perl/Critic/Policy/Testing/ [Assuming I'm not silly] Empty! Rev. 667 -=Chris D'oh! SVN commits work better if you "svn add" first... F

Re: Testing for test labels

2006-09-24 Thread Christopher H. Laco
Chris Dolan wrote: [snip] > Done. I created Perl::Critic::Policy::Testing::RequireTestLabels and > added it to the Perl::Critic SVN at > http://perlcritic.tigris.org/svn/perlcritic/trunk/Perl-Critic > (username: "guest", password: "") > > It was pretty simple to write. Below are the important

Re: A short rant on the purpose of the CPAN install chain.

2006-09-24 Thread Fergal Daly
On 24/09/06, A. Pagaltzis <[EMAIL PROTECTED]> wrote: * Fergal Daly <[EMAIL PROTECTED]> [2006-09-24 02:20]: > Here's the problem though "just as likely, no. It depends on > the author's intent". What is the user supposed to do when > confronted with a message that means "there might be a problem,

Re: Testing for test labels

2006-09-24 Thread Chris Dolan
On Sep 24, 2006, at 12:41 PM, Christopher H. Laco wrote: I've got a crap loads of tests in Handel at the moment; 1+ checkpoints, and enough files that I hit the dreaded "command line too long" under win32 [now fixed]. That's not saying all the tests are glorious and not repetitive. :-) I've

Testing for test labels

2006-09-24 Thread Christopher H. Laco
I've got a crap loads of tests in Handel at the moment; 1+ checkpoints, and enough files that I hit the dreaded "command line too long" under win32 [now fixed]. That's not saying all the tests are glorious and not repetitive. :-) I've still got a ways to go before I'm happy without the dist en

What should be captured in automated test reports?

2006-09-24 Thread David Golden
(As posted to Perl Monks, but probably a good question for this list as well) As I've been developing CPAN::Reporter, I've been thinking about what information I wished I had when examining failure reports on CPAN Testers. Test::Reporter already includes the results of "perl -V". As part of CPAN: