Re: how to detect that we're running under CPAN::Testers?

2006-01-17 Thread Adam Kennedy
OK, I'll make sure there's some level of tagging about that in the reports. Adam K Barbie wrote: On Tue, Jan 17, 2006 at 06:06:50AM +1100, Adam Kennedy wrote: At the moment all our output is structured XML files, so at some point I need to write an XSL to translate it back down into something

Re: how to detect that we're running under CPAN::Testers?

2006-01-17 Thread Barbie
On Tue, Jan 17, 2006 at 06:06:50AM +1100, Adam Kennedy wrote: > > At the moment all our output is structured XML files, so at some point I > need to write an XSL to translate it back down into something CPAN > Testers can deal with, and I can add whatever you want me to at that time. > > Do you

Re: how to detect that we're running under CPAN::Testers?

2006-01-16 Thread Adam Kennedy
Anyhow, I haven't added the stats about whether a report is from automated testing as you can't tell unless the test is using YACSmoke as it adds a tag line in the report. Incidentally, Adam it would be worth you doing the same with PITA, so these sorts of stats could be gleaned in the future. S

Re: how to detect that we're running under CPAN::Testers?

2006-01-16 Thread Barbie
On Thu, Jan 12, 2006 at 03:17:55AM +0100, Sébastien Aperghis-Tramoni wrote: > > AFAICT, serious smokers (the ones that automatically and regularly > send CPAN Testers reports) all use CPAN::YACSmoke. The previously > used one was cpansmoke, included with previous versions of CPANPLUS: > http://s

Re: how to detect that we're running under CPAN::Testers?

2006-01-12 Thread Adam Kennedy
Tyler MacDonald wrote: Sébastien Aperghis-Tramoni <[EMAIL PROTECTED]> wrote: For CPAN smokers based on CPAN::YACSmoke, the answer is: test the presence of the AUTOMATED_TESTING environment variable. See also the following page for more details: http://search.cpan.org/dist/CPAN-YACSmoke/lib/CP

Re: how to detect that we're running under CPAN::Testers?

2006-01-11 Thread Sébastien Aperghis-Tramoni
Tyler MacDonald wrote: > Sébastien Aperghis-Tramoni <[EMAIL PROTECTED]> wrote: > > For CPAN smokers based on CPAN::YACSmoke, the answer is: test the > > presence of the AUTOMATED_TESTING environment variable. See also > > the following page for more details: > > > > http://search.cpan.org/dist/C

Re: how to detect that we're running under CPAN::Testers?

2006-01-11 Thread Tyler MacDonald
Sébastien Aperghis-Tramoni <[EMAIL PROTECTED]> wrote: > For CPAN smokers based on CPAN::YACSmoke, the answer is: test the > presence of the AUTOMATED_TESTING environment variable. See also > the following page for more details: > > http://search.cpan.org/dist/CPAN-YACSmoke/lib/CPAN/YACSmoke/FAQ.

Re: how to detect that we're running under CPAN::Testers?

2006-01-11 Thread Sébastien Aperghis-Tramoni
Tyler MacDonald wrote: > Hello, > > Is there any way to tell if my package is being tested automatically > under CPAN::Testers? For CPAN smokers based on CPAN::YACSmoke, the answer is: test the presence of the AUTOMATED_TESTING environment variable. See also the following page for more deta

how to detect that we're running under CPAN::Testers?

2006-01-11 Thread Tyler MacDonald
Hello, Is there any way to tell if my package is being tested automatically under CPAN::Testers? Here's the situation: I have a DBI extension (DBIx::Transaction) whose unit tests currently depend on a valid DSN being available. SQLite makes a good testbed for "mock" databases, so