def test_pre_email(): configurator = Configurator( template="bobtemplates.plone:addon", bobconfig={"non_interactive": True}, target_directory="collective.foo", ) base.pre_email(configurator, None)
def test_pre_email(): configurator = Configurator( template='bobtemplates.plone:addon', bobconfig={ 'non_interactive': True, }, target_directory='collective.foo', ) base.pre_email(configurator, None)