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