[Zope3-dev] zc.selenium test isolation

Jim Fulton jim at zope.com
Wed Jan 10 06:28:46 EST 2007


Christian Theune wrote:
> Hi,
> 
> I'd like to propose a change to zc.selenium to increase test isolation
> in the face of failing tests.
> 
> We use demostorage elegantly by keeping a stack of wrapped storages that
> are pushed and popped automatically while the selenium tests run.
> 
> However, when a test fails, selenium might skip a few pop operations and
> following tests might fail spuriously.
> 
> I propose to add an "ultimate" pop at the beginning of each test, to
> ensure consistency/isolation at those points.

+1

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the Zope3-dev mailing list