← Back to team overview

launchpad-dev team mailing list archive

Re: zcml overrides and parallel testing

 

On Mon, Oct 18, 2010 at 12:00 AM, Robert Collins
<robertc@xxxxxxxxxxxxxxxxx> wrote:
> So I've read through the code, and AFAICT this is all thats needed:
>  - a unique ftesting.zcml per parallel runner,

Turns out that our testing overrides do nothing except configure api
doc. So this isn't needed except in theory.

>  - with a unique +config-overrides.zcml file included

Nor this.

>  - with a unique config name

Done

>  - which inherits from testrunner on disk.

Done

>  - and has a matching appserver config which inherits from testrunner-appserver

Done

> And then per-thing-that-needs-to-be-unique (e.g. dbname), we write
> that out into the unique config.

Will work on this next.

-Rob



References