[Zope-dev] Re: ZCML and 'zopectl test'?

whit d.w.morriss at gmail.com
Mon Jan 8 00:27:47 EST 2007


I just made ZopeTestCase defer all loading until it's layer(essentially 
deferring the import of ZopeLite which is sort of a subpar way to handle 
things and using a registry to handle installProducts).  most of what 
happens in zopelite itself should be the layer(rather than carefully 
isolating the import)

http://svn.zope.org/Zope/branches/whitmo-2.10-layers/

lurker, comments?  from what I remember, the only issue was with the 
sandbox tests(for functional tests). basically in sandboxed test you 
need a fresh zodb for each test iirc.

-w




More information about the Zope-Dev mailing list