-
Load overrides.zcml in plone.app.testing
Read more »: Load overrides.zcml in plone.app.testingToday I was working on a project where we use overrides.zcml to easily override some default Plone behavior. All was working fine (in the browser, that is) until I started writing tests for our custom behavior. First thing I noticed was that the overrides.zcml was not loaded in our test layer. “Doh, I need to…