feat(tests): Add comprehensive tests for workflow API and runtime execution

This commit is contained in:
2026-06-15 15:32:30 +02:00
parent 6450614c5b
commit 0a42dc8a2d
2 changed files with 77 additions and 0 deletions

View File

@@ -98,6 +98,9 @@ class RuntimeTests(unittest.IsolatedAsyncioTestCase):
self.assertTrue(db.query(WorkflowEvent).filter(WorkflowEvent.event_type == "source_found").count())
db.close()
test_run = await self.execute(self.create_run(value, session=False))
self.assertEqual(test_run.status, "completed")
async def test_concurrent_nodes_and_condition_branch(self):
value = graph(
[