Re: test suite as CPAN module

2007-11-26 Thread Chris Dolan
On Nov 25, 2007, at 2:22 PM, David Cantrell wrote: 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 als

Re: test suite as CPAN module

2007-11-26 Thread nadim khemir
On Sunday 25 November 2007 20:47, Chris Dolan wrote: > I've been working on Test::Virtual::Filesystem for a couple of > weeks. > ... > filesystems (like Fuse filesystems -- I use it for Fuse::PDF) > ... > Thoughts? Fuse::PDF caught my eyes a few days ago (how could it not with that name ;) alth

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 mounte

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 thought

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] http://search.cpan.org/dist

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