On Wed, Oct 17, 2001 at 11:21:58PM -0600, chromatic wrote:
> Test::Smoke handles bleadperl nicely.  Is there a tool to download a
> set of modules (say, EssentialModules from the Wiki), to run their
> tests, to collate, and to report the results?

Said beast lives as CPAN::Test
http://magnonel.guild.net/~schwern/src/CPAN-Test-0.12.tar.gz

The critical modules are all done.
CPAN::Test
CPAN::Test::Author
CPAN::Test::Mistake
CPAN::Test::Module

CPAN::Test::Reporter is a patched up version of Skud's module used to
send reports back to cpan-testers.  The format is currently wrong.


Two important bits are missing:
1) It currently doesn't save anything.

Each test, module and set of mistakes should be dumped into some sort
of simple database so the information is hung onto across multiple
runs.  If nothing else, it will prevent the need to constantly retest
modules.

2) The scripts to do the actual testing are incomplete

bin/cpan_smoke_module.plx is the only one that "works", however it's
currently got stuff in it specific to my machine.  It also does some
cavalier rm -rf's.


> Have I just volunteered to write such a beast?

No, but you may have volunteered to finish it.  Or at least kick me to
finish it.


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl6 Quality Assurance     <[EMAIL PROTECTED]>       Kwalitee Is Job One
viscosity dawns
creamy, juicy, filling paste
open wide fucker
        -- imploded

Reply via email to