plone / plone.app.testing

Testing tools for Plone-the-application
http://pypi.python.org/pypi/plone.app.testing
2 stars 7 forks source link

Adding notification to make browser layers work #3

Closed do3cc closed 11 years ago

do3cc commented 11 years ago

This is a proposed fix for https://dev.plone.org/ticket/11673

All objects handed over to the Event are being deleted on tear down which happens between each tests.

do3cc commented 11 years ago

bump

davisagli commented 11 years ago

Looks like a good idea to me. I think firing the before-traverse hooks may also take care of setting up the skin, so you can probably get rid of that line.

I would guess that this might break a few tests that will need to be adjusted (i.e. widget tests that were assuming IPloneFormLayer was not in place)

do3cc commented 11 years ago

So maybe I merge it with the start of the caipirinha sprint