On Wed, Sep 26, 2001 at 06:39:18PM -0500, Dave Rolsky wrote:
> > It's on the TODORSN list.
>
> Just tell me how you want the interface to look and I'll gladly write it.
> I want to use Test::More in the next release of Alzabo so I'm motivated.
I'm gutting the whole thing at the moment to provide
On Wed, 26 Sep 2001, Michael G Schwern wrote:
> Uggg. No, there's no good way to handle this now unless there's some
> way $Num_Tests can make itself shared between forks.
Well, I do keep track of it in my code and pass it around between forks.
What I need is a way to set it.
> In the general
On Wed, Sep 26, 2001 at 12:50:42PM -0500, Dave Rolsky wrote:
> For my Alzabo tests, I do some weird stuff involving forking off processes
> during tests and running the same (basically same) set of tests multiple
> times, each time with different modules loaded. The parent process
> calculates ho
For my Alzabo tests, I do some weird stuff involving forking off processes
during tests and running the same (basically same) set of tests multiple
times, each time with different modules loaded. The parent process
calculates how many tests will be involved in each run and how many runs
will occu