Re: Maintaining state between tests

2009-04-19 Thread Thomas Klausner
Hi! On Thu, Apr 09, 2009 at 03:22:16PM -0700, Michael G Schwern wrote: > For that reason I believe the idea is fundamentally flawed and a pain > in the ass. I agree - at least that it's a pain in the ass, but sometime you just have to deal with something that's a pain in the ass and I was loo

Re: Maintaining state between tests

2009-04-09 Thread Michael G Schwern
Thomas Klausner wrote: > Is there any module on CPAN (or some other accepted technique) to > maintain some kind of state between tests? > > I know that this will kill parallel testing, but I'm trying to test a > rather long process involving several files and several steps, factored > into seve

Maintaining state between tests

2009-04-09 Thread Thomas Klausner
Hi! Is there any module on CPAN (or some other accepted technique) to maintain some kind of state between tests? I know that this will kill parallel testing, but I'm trying to test a rather long process involving several files and several steps, factored into several distinct test scripts, and