Skip to content

Commit

Permalink
Update testing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 authored Aug 12, 2024
1 parent 97645c4 commit 028bc85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/design/plone/ioprenoto/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@

class DesignPloneIoprenotoLayer(DesignPlonePolicyLayer):
def setUpZope(self, app, configurationContext):
import collective.volto.otp

super().setUpZope(app, configurationContext)

self.loadZCML(package=design.plone.policy)
self.loadZCML(package=redturtle.prenotazioni)
self.loadZCML(package=collective.contentrules.mailfromfield)
self.loadZCML(package=design.plone.ioprenoto)
self.loadZCML(package=collective.volto.otp)

if iocittadino_installed:
self.loadZCML(package=design.plone.iocittadino)
Expand Down

0 comments on commit 028bc85

Please sign in to comment.