feat(policy): add governed DSAR coverage

This commit is contained in:
2026-08-21 13:18:57 +02:00
parent 861e9b8b8d
commit 016965917e
4 changed files with 390 additions and 1 deletions
+2
View File
@@ -18,6 +18,7 @@ from govoplan_core.core.distribution_lists import (
)
from govoplan_core.core.reporting import CAPABILITY_POLICY_REPORTING_GOVERNANCE
from govoplan_policy.backend.manifest import manifest
from govoplan_policy.backend.dsar_provider import POLICY_DSAR_CAPABILITY
ROOT = pathlib.Path(__file__).resolve().parents[1]
@@ -58,6 +59,7 @@ class PolicyModuleContractTests(unittest.TestCase):
CAPABILITY_POLICY_VIEW_GOVERNANCE,
CAPABILITY_POLICY_ACCESS_EXPLANATION_SUBJECTS,
CAPABILITY_POLICY_CAMPAIGN_ARCHIVE_ENCRYPTION,
POLICY_DSAR_CAPABILITY,
},
set(manifest.capability_factories),
)