dify/api/tests/unit_tests/core/tools
Novice a28f22e59d
fix: resolve import errors and test failures after segment 4 merge
- Update BaseNodeData import path to dify_graph.entities.base_node_data
- Change NodeType.COMMAND/FILE_UPLOAD to BuiltinNodeTypes constants
- Fix system_oauth_encryption -> system_encryption rename in commands
- Remove tests for deleted agent runner modules
- Fix Avatar: named import + string size API in collaboration files
- Add missing skill feature deps: @monaco-editor/react, react-arborist,
  @tanstack/react-virtual
- Fix frontend test mocks: add useUserProfile, useLeaderRestoreListener,
  next/navigation mock, and nodeOutputVars to expected payload

Made-with: Cursor
2026-03-23 13:59:09 +08:00
..
entities Feat: Add "Open Workflow" link in workflow side panel (#28898) 2025-11-29 18:47:12 +08:00
utils fix: resolve import errors and test failures after segment 4 merge 2026-03-23 13:59:09 +08:00
workflow_as_tool test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
__init__.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_base_tool.py fix(api): include file marker for workflow tool file outputs (#32114) 2026-02-10 16:51:12 +08:00
test_builtin_tool_base.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_builtin_tool_provider.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_builtin_tools_extra.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_custom_tool_provider.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_custom_tool.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_dataset_retriever_tool.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_mcp_tool_provider.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_mcp_tool.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_plugin_tool_provider.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_plugin_tool.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_signature.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_tool_engine.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_tool_entities.py Normalize null metadata handling in tool entities (#26890) 2025-10-15 09:42:22 +08:00
test_tool_file_manager.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_tool_label_manager.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_tool_manager.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_tool_parameter_type.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
test_tool_provider_controller.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00