dify/api/tests/integration_tests/workflow/nodes
-LAN- 81e9d6f63a
fix: correct type checking for None values in code node output validation
- Fixed isinstance() checks to properly handle None values by checking None separately
- Fixed typo in STRING type validation where 'output_name' was hardcoded as string instead of variable
- Updated error message format to be consistent and more informative
- Updated test assertion to match new error message format
2025-09-04 20:39:37 +08:00
..
__mock refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
code_executor fix: sandbox issue related httpx and requests (#8397) 2024-09-14 02:02:55 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
test_code.py fix: correct type checking for None values in code node output validation 2025-09-04 20:39:37 +08:00
test_http.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
test_llm.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
test_parameter_extractor.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
test_template_transform.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
test_tool.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00