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:[EMAIL PROTECTED]       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to