dify/api/tests/unit_tests/services/tools
Stephen Zhou fde800e337
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	.github/dependabot.yml
#	.github/workflows/deploy-dev.yml
#	api/app_factory.py
#	api/core/indexing_runner.py
#	api/services/feature_service.py
#	api/tests/test_containers_integration_tests/controllers/console/auth/test_password_reset.py
#	api/tests/test_containers_integration_tests/services/test_feature_service.py
#	api/tests/unit_tests/controllers/console/auth/test_account_activation.py
#	api/tests/unit_tests/controllers/service_api/app/test_conversation.py
#	api/tests/unit_tests/controllers/web/test_site.py
#	api/tests/unit_tests/core/rag/indexing/test_indexing_runner.py
#	api/tests/unit_tests/core/tools/test_base_tool.py
#	api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
#	api/tests/unit_tests/extensions/test_ext_login.py
#	api/tests/unit_tests/services/test_feature_service_deployment_edition.py
#	api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
#	api/tests/unit_tests/services/test_feature_service_licensed_seats.py
2026-08-07 09:55:10 +08:00
..
__init__.py refactor: Fix some type error (#22594) 2025-07-18 09:26:29 +08:00
test_api_tools_manage_service.py fix: SSRF bypass via raw httpx.get in API tool schema fetch (#37746) 2026-07-14 08:43:57 +00:00
test_builtin_tools_manage_service.py test: use SQLite sessions in services tools (#39063) 2026-07-30 02:39:55 +00:00
test_mcp_tools_transform.py test: use real ORM models in app and API tests (#40020) 2026-08-06 04:36:58 +00:00
test_tool_labels_service.py test: add UTs for api/services recommend_app, tools, workflow (#32645) 2026-03-12 11:37:03 +08:00
test_tools_manage_service.py test: add UTs for api/services recommend_app, tools, workflow (#32645) 2026-03-12 11:37:03 +08:00
test_tools_transform_service.py feat: support tool multi-select input (#39346) 2026-07-23 00:38:54 +00:00