feat: implement assurance graph and screening evidence

This commit is contained in:
2026-08-01 17:48:39 +02:00
parent bbf7288e14
commit a23b53dc9e
18 changed files with 4005 additions and 42 deletions
+3 -1
View File
@@ -26,7 +26,7 @@ class RiskComplianceMigrationTests(unittest.TestCase):
try:
with engine.connect() as connection:
self.assertIn(
"a8b9c0d1e2f3",
"b9c0d1e2f3a4",
set(
MigrationContext.configure(
connection
@@ -49,6 +49,8 @@ class RiskComplianceMigrationTests(unittest.TestCase):
"risk_screening_exceptions",
tables,
)
self.assertIn("risk_assurance_nodes", tables)
self.assertIn("risk_assurance_edges", tables)
finally:
engine.dispose()