feat: implement assurance graph and screening evidence
This commit is contained in:
@@ -48,6 +48,11 @@ class ManifestTests(unittest.TestCase):
|
||||
self.assertIsNotNone(manifest.route_factory)
|
||||
self.assertIsNotNone(manifest.migration_spec)
|
||||
self.assertIsNotNone(manifest.frontend)
|
||||
self.assertEqual("vertical_slice", manifest.architecture.maturity)
|
||||
self.assertIn(
|
||||
"governance_overlay",
|
||||
manifest.architecture.supported_authority_modes,
|
||||
)
|
||||
self.assertEqual(
|
||||
"connectors.sanctions_snapshots",
|
||||
manifest.requires_interfaces[0].name,
|
||||
|
||||
Reference in New Issue
Block a user