[Zope-dev] Not-really-unit-testing ideas.
Fred Drake
fdrake at gmail.com
Wed Nov 23 10:50:52 EST 2005
On 11/23/05, Lennart Regebro <regebro at gmail.com> wrote:
> Basically, I'd like to create a site once, and use it for all
> subsequent tests, until I made a change that means the site needs to
> be recreated. But how? Well, I'm not sure. How, for example, could I
Jim's "new test runner" includes support for "layers", which solves
this issue. I think the Zope 2 trunk is already using the new test
runner; you can also use it on the Zope 3 trunk. We're using test
layers extensively here, and it really helps.
-Fred
--
Fred L. Drake, Jr. <fdrake at gmail.com>
"There is no wealth but life." --John Ruskin
More information about the Zope-Dev
mailing list