build: integrate workflow engine repository
This commit is contained in:
@@ -88,9 +88,17 @@ class DependencyBoundaryDiscoveryTests(unittest.TestCase):
|
||||
"govoplan-calendar",
|
||||
"govoplan-poll",
|
||||
"govoplan-scheduling",
|
||||
"govoplan-workflow-engine",
|
||||
):
|
||||
self.assertIn(owner, boundary.REPOS)
|
||||
|
||||
def test_transitional_allowlist_entries_have_a_removal_target(self) -> None:
|
||||
boundary = load_boundary_module()
|
||||
|
||||
for item in boundary.ALLOWLIST:
|
||||
self.assertIn("remove", item.reason.casefold())
|
||||
self.assertRegex(item.reason, r"#[0-9]+")
|
||||
|
||||
def test_webui_discovery_is_fail_closed(self) -> None:
|
||||
boundary = load_boundary_module()
|
||||
with tempfile.TemporaryDirectory(prefix="govoplan-boundary-webui-") as directory:
|
||||
|
||||
Reference in New Issue
Block a user