diff --git a/src/iosanita/contenttypes/testing.py b/src/iosanita/contenttypes/testing.py index 2789cf0..6a8a33f 100644 --- a/src/iosanita/contenttypes/testing.py +++ b/src/iosanita/contenttypes/testing.py @@ -4,6 +4,7 @@ from plone.app.testing import FunctionalTesting from plone.app.testing import IntegrationTesting from plone.app.testing import PLONE_FIXTURE + # from plone.app.testing import PloneSandboxLayer from plone.testing import z2 @@ -23,6 +24,7 @@ import kitconcept.seo import plone.app.caching import plone.formwidget.geolocation + # import redturtle.volto import iosanita.contenttypes diff --git a/src/iosanita/contenttypes/tests/test_ct_event.py b/src/iosanita/contenttypes/tests/test_ct_event.py index 19c6ad8..cf32071 100644 --- a/src/iosanita/contenttypes/tests/test_ct_event.py +++ b/src/iosanita/contenttypes/tests/test_ct_event.py @@ -10,8 +10,10 @@ from plone.app.testing import SITE_OWNER_NAME from plone.app.testing import SITE_OWNER_PASSWORD from plone.app.testing import TEST_USER_ID + # from plone.autoform.interfaces import IFormFieldProvider from plone.restapi.testing import RelativeSession + # from zope.component import provideAdapter import transaction