feat: implement assurance graph and screening evidence
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user