On Mon, Oct 18, 2010 at 12:00 AM, Robert Collins <[email protected]> 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 _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

