dify/api/tests
-LAN- d8af8ae4e6
fix: update workflow service tests for new graph engine
- Update method calls from _handle_node_run_result to _handle_single_step_result
- Add required fields (id, node_id, node_type, start_at) to graph events
- Use proper NodeType enum values instead of strings
- Fix imports to use correct modules (Node instead of BaseNode)
- Ensure event generators return proper generator objects

These tests were failing because the internal implementation changed
with the new graph engine architecture.
2025-08-29 23:04:33 +08:00
..
fixtures/workflow feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
integration_tests Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-08-29 13:22:13 +08:00
test_containers_integration_tests fix: update workflow service tests for new graph engine 2025-08-29 23:04:33 +08:00
unit_tests Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-08-29 13:22:13 +08:00
__init__.py Initial commit 2023-05-15 08:51:32 +08:00