You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some tests need the ZCML to be loaded, currently each tests calls:
Zope2.App.zcml.load_site(force=True)
It has to be done in each test needing loaded ZCML because Zope has many tests which call zope.testing.cleanup.cleanUp() which then cleans the component registry.
This should be done on a zope.testrunner layer. This layer should be used in the Zope tests.
The text was updated successfully, but these errors were encountered:
Some tests need the ZCML to be loaded, currently each tests calls:
It has to be done in each test needing loaded ZCML because Zope has many tests which call
zope.testing.cleanup.cleanUp()
which then cleans the component registry.This should be done on a zope.testrunner layer. This layer should be used in the Zope tests.
The text was updated successfully, but these errors were encountered: