dify/api/tests/unit_tests/controllers/console/workspace
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 feat: add mcp tool display directly (#30019) 2025-12-26 10:41:10 +08:00
test_accounts.py fix(api): allow account avatars across workspaces (#40055) 2026-08-06 03:33:23 +00:00
test_agent_providers.py chore: add more type in test (#37609) 2026-06-18 23:07:12 +00:00
test_endpoint.py refactor(api): migrate workspace account endpoints to BaseModel (#37954) 2026-07-06 06:57:40 +00:00
test_load_balancing_config.py chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
test_members.py Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-06 10:46:15 +08:00
test_model_providers.py refactor(api): migrate workspace model endpoints to BaseModel (#37963) 2026-07-09 04:05:32 +00:00
test_models.py refactor(api): migrate workspace model endpoints to BaseModel (#37963) 2026-07-09 04:05:32 +00:00
test_plugin.py Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-07-31 14:28:03 +08:00
test_rbac.py Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-07 09:55:10 +08:00
test_snippets.py feat(agent): support new Agent DSL import and export (#38849) 2026-07-15 02:02:14 +00:00
test_tool_provider_apis.py test: move tool provider controller coverage to unit tests (#38944) 2026-07-15 03:12:43 +00:00
test_tool_providers.py test: use sqlite3 session in test_tool_providers (#38754) 2026-07-16 12:28:26 +00:00
test_trigger_provider_apis.py test: move trigger provider coverage to unit tests (#38942) 2026-07-14 14:56:22 +00:00
test_trigger_providers.py test: move trigger provider coverage to unit tests (#38942) 2026-07-14 14:56:22 +00:00
test_workspace.py refactor(api): decouple console queries through application services (#40031) 2026-08-07 00:42:55 +00:00