These changes make it so you can safely "import Zope" in a unit test. You
still shouldn't import Zope in unit tests, but most of the existing CMF tests depend on importing Zope and there was a hidden exception occurring anyway. (OFS.Application.initialize() was failing.)
Showing
Please register or sign in to comment