dify/api/tests/test_containers_integration.../services/tools
Harry 896f3252b8 refactor(api): refactor all
- Replaced direct imports of `TriggerProviderID` and `ToolProviderID` from `core.plugin.entities.plugin` with imports from `models.provider_ids` for better organization.
- Refactored workflow node classes to inherit from a unified `Node` class, improving consistency and maintainability.
- Removed unused code and comments to clean up the implementation, particularly in the `workflow_trigger.py` and `builtin_tools_manage_service.py` files.

These changes enhance the clarity and structure of the codebase, facilitating easier future modifications.
2025-09-25 18:22:30 +08:00
..
__init__.py feat: add test containers based tests for api tool manage service (#24821) 2025-08-31 17:02:08 +08:00
test_api_tools_manage_service.py feat: add test containers based tests for api tool manage service (#24821) 2025-08-31 17:02:08 +08:00
test_mcp_tools_manage_service.py feat: add MCP server headers support #22718 (#24760) 2025-09-08 14:10:55 +08:00
test_tools_transform_service.py refactor(api): refactor all 2025-09-25 18:22:30 +08:00
test_workflow_tools_manage_service.py feat: add test containers based tests for tools manage service (#25028) 2025-09-03 09:20:16 +08:00