dify/api/tests/unit_tests/controllers/console/app
Stephen Zhou 574461604d
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/commands/system.py
#	api/controllers/console/init_validate.py
#	api/controllers/console/workspace/account.py
#	api/controllers/console/wraps.py
#	api/controllers/openapi/auth/data.py
#	api/core/hosting_configuration.py
#	api/core/provider_manager.py
#	api/core/rag/retrieval/dataset_retrieval.py
#	api/services/workspace_service.py
#	api/tasks/workflow_cfs_scheduler/entities.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/openapi/auth/test_data.py
#	api/tests/unit_tests/controllers/service_api/app/test_hitl_service_api.py
#	api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
#	api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
#	dev/start-worker
#	packages/contracts/console.ts
#	packages/contracts/package.json
#	packages/iconify-collections/custom-public/icons.json
#	web/app/components/workflow/__tests__/index.spec.tsx
#	web/app/components/workflow/index.tsx
#	web/features/new-rag/document-chunk-tree.tsx
#	web/service/fetch.spec.ts
2026-08-12 10:33:29 +08:00
..
__init__.py test: unit test case for controllers.console.app module (#32247) 2026-03-10 00:54:47 +08:00
test_agent_app_sandbox.py refactor(dify-agent): download Binding files through Agent Stub (#40143) 2026-08-07 14:56:52 +00:00
test_agent_config_inspector.py refactor: replace manual model_validate with @model_validate decorator in app controllers (#40170) 2026-08-08 05:47:11 +00:00
test_agent_drive_inspector.py test: migrate console app sessions to SQLite (#40081) 2026-08-07 03:46:27 +00:00
test_agent_manage_guard.py fix: reconcile remaining main merge regressions 2026-08-11 10:45:17 +08:00
test_agent_skills.py test: migrate console app sessions to SQLite (#40081) 2026-08-07 03:46:27 +00:00
test_annotation_api.py refactor: replace manual model_validate with @model_validate decorator in app controllers (#40170) 2026-08-08 05:47:11 +00:00
test_annotation_security.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
test_app_apis.py refactor: replace manual model_validate with @model_validate in app workflow controllers (#40235) 2026-08-09 08:20:10 +00:00
test_app_import_api.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
test_app_response_models.py feat: app deployment v2 (#39829) 2026-08-12 01:55:36 +00:00
test_audio.py refactor: replace manual model_validate with @model_validate in app workflow controllers (#40235) 2026-08-09 08:20:10 +00:00
test_conversation_api.py refactor: replace manual model_validate with @model_validate in app core controllers (#40234) 2026-08-09 08:18:02 +00:00
test_conversation_variables_api.py refactor: replace manual model_validate with @model_validate in app workflow controllers (#40235) 2026-08-09 08:20:10 +00:00
test_create_app_payload.py feat: Unify Agent v2 console routes (#37465) 2026-06-15 11:09:15 +00:00
test_description_validation.py Exclude tests directory from pyright type checking (#26496) 2025-10-02 18:51:36 +08:00
test_generator_api_missing.py refactor: replace manual model_validate with @model_validate in app core controllers (#40234) 2026-08-09 08:18:02 +00:00
test_generator_api.py refactor: replace manual model_validate with @model_validate in app core controllers (#40234) 2026-08-09 08:18:02 +00:00
test_mcp_server_response.py chore: dep inject for model in tags, mcp server, and data source auth (#40159) 2026-08-07 12:38:29 +00:00
test_message_api.py test: migrate console app sessions to SQLite (#40081) 2026-08-07 03:46:27 +00:00
test_model_config_api.py test: use sqlite3 session in test_model_config_api (#38675) 2026-07-22 04:53:13 +00:00
test_ops_trace_api.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
test_statistic_api.py refactor: replace manual model_validate with @model_validate in app workflow controllers (#40235) 2026-08-09 08:20:10 +00:00
test_workflow_app_log_api.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
test_workflow_comment_api.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
test_workflow_convert_api.py chore: add type to test (#37876) 2026-06-25 03:01:09 +00:00
test_workflow_human_input_debug_api.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
test_workflow_node_output_inspector.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
test_workflow_pause_details_api.py test: use SQLite sessions in controllers console app (#39095) 2026-07-30 03:07:43 +00:00
test_workflow_run_api.py refactor: replace manual model_validate with @model_validate in app workflow controllers (#40235) 2026-08-09 08:20:10 +00:00
test_workflow_trigger_api.py refactor: replace manual model_validate with @model_validate in app workflow controllers (#40235) 2026-08-09 08:20:10 +00:00
test_workflow.py test: migrate console app sessions to SQLite (#40081) 2026-08-07 03:46:27 +00:00
test_wraps.py test: migrate console app sessions to SQLite (#40081) 2026-08-07 03:46:27 +00:00
workflow_draft_variables_test.py refactor: port WorkflowDraftVariableFile (#30923) 2026-04-29 22:21:20 +00:00