This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
pfwbged.policy/src/pfwbged/policy/testing.zcml

18 lines
504 B
XML

<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
i18n_domain="pfwbged.policy">
<include file="configure.zcml" />
<include package="ecreall.helpers.testing" />
<genericsetup:registerProfile
name="testing"
title="pfwbged.policy tests"
directory="profiles/testing"
description="Steps to ease tests of pfwbged.policy"
provides="Products.GenericSetup.interfaces.EXTENSION"
/>
</configure>