Re: Speeding up long-running test suites

2007-11-25 Thread Ovid
--- A. Pagaltzis [EMAIL PROTECTED] wrote: * Ovid [EMAIL PROTECTED] [2007-11-23 18:30]: Test::Class can speed up your your tests by ensuring that perl and related modules are loaded only once. I was thinking about how this could be done with normal .t files

test suite as CPAN module

2007-11-25 Thread Chris Dolan
I've been working on Test::Virtual::Filesystem for a couple of weeks. It's a growing collection of interoperability tests that should pass for any typical filesystem. I've been pondering its place in the CPANiverse and am interested in any insights others may have. * Unlike most of the

Re: UNIVERSAL::isa 1.00_00

2007-11-25 Thread David Cantrell
On Sat, Nov 24, 2007 at 05:38:13PM -0800, chromatic wrote: On Saturday 24 November 2007 17:31:04 Michael G Schwern wrote: I've just uploaded a new development version of UNIVERSAL::isa to the CPAN (1.00_00). Got a link which search.cpan catches up?

Re: test suite as CPAN module

2007-11-25 Thread Andy Armstrong
On 25 Nov 2007, at 19:47, Chris Dolan wrote: Questions: * Are there other CPAN-hosted, generic test suites that I overlooked? I believe Apache::Test[1] is a suite of tests for an Apache server. I guess that's conceptually pretty similar to what you're doing? [1]

Re: test suite as CPAN module

2007-11-25 Thread Andy Armstrong
On 25 Nov 2007, at 20:02, Andy Armstrong wrote: I believe Apache::Test[1] is a suite of tests for an Apache server. I guess that's conceptually pretty similar to what you're doing? [1] http://search.cpan.org/dist/Apache-Test/ Actually it does something slightly different from what I

Re: test suite as CPAN module

2007-11-25 Thread David Cantrell
On Sun, Nov 25, 2007 at 01:47:58PM -0600, Chris Dolan wrote: I've been working on Test::Virtual::Filesystem for a couple of weeks. It's a growing collection of interoperability tests that should pass for any typical filesystem. Could it also be used for detecting what features a mounted