[Zope3-dev] Re: testrunner layers

Philipp von Weitershausen philipp at weitershausen.de
Wed Dec 21 10:43:12 EST 2005


Jim Fulton wrote:
> The __bases__ attribute indicates that a layer builds on other layers.
> In that case, the base layers will be setUp before the layer and torn
> down after the layer (assuming that the layer and base layers support
> tear down.)

So, just to get this straight, a layer's setUp or tearDown method should
not use super(...).setUp() or super(...).tearDown() as that will handled
be done by the testrunner?

Philipp


More information about the Zope3-dev mailing list