dify/api/tests/unit_tests/controllers/console/app
2026-08-25 06:19:35 +00: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 test: migrate agent controller sessions and ORM models to SQLite (#40600) 2026-08-15 15:15:28 +00:00
test_agent_config_inspector.py test: migrate console app sessions and ORM models to SQLite (#40559) 2026-08-21 06:12:08 +00:00
test_agent_manage_guard.py test: migrate remaining controller sessions and ORM models to SQLite (#40538) 2026-08-21 06:11:44 +00:00
test_annotation_api.py test: migrate annotation controller ORM models to real entities (#40643) 2026-08-14 05:34:16 +00:00
test_annotation_security.py test: migrate annotation security sessions and ORM models to SQLite (#40604) 2026-08-15 09:54:29 +00:00
test_app_apis.py test: migrate console agent skill ORM models to SQLite (#40570) 2026-08-21 06:49:44 +00:00
test_app_import_api.py test: migrate controller identity ORM models to SQLite (#40626) 2026-08-14 08:54:48 +00:00
test_app_response_models.py test: centralize app and account config overrides (#40860) 2026-08-25 06:19:35 +00:00
test_audio.py test: migrate media and execution service sessions and ORM models to SQLite (#40552) 2026-08-20 05:11:46 +00:00
test_conversation_api.py test: migrate console conversation sessions and ORM models to SQLite (#40528) 2026-08-17 12:10:57 +00:00
test_conversation_variables_api.py test: migrate console workflow controller sessions and ORM models to SQLite (#40527) 2026-08-17 12:11:34 +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 test: migrate agent surface sessions and ORM models to SQLite (#40602) 2026-08-15 09:53:48 +00:00
test_mcp_server_response.py test: migrate console app MCP sessions and ORM models to SQLite (#40526) 2026-08-17 12:11:12 +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(api): make session decorator path assertion platform-agnostic (#39895) 2026-08-14 11:52:40 +00:00
test_ops_trace_api.py test: migrate console workflow controller sessions and ORM models to SQLite (#40527) 2026-08-17 12:11:34 +00:00
test_statistic_api.py test: migrate agent controller sessions and ORM models to SQLite (#40600) 2026-08-15 15:15:28 +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 test: migrate console workflow controller sessions and ORM models to SQLite (#40527) 2026-08-17 12:11:34 +00:00
test_workflow_convert_api.py test: migrate console workflow controller sessions and ORM models to SQLite (#40527) 2026-08-17 12:11:34 +00:00
test_workflow_human_input_debug_api.py test: migrate console workflow controller sessions and ORM models to SQLite (#40527) 2026-08-17 12:11:34 +00:00
test_workflow_node_output_inspector.py test: migrate console workflow controller sessions and ORM models to SQLite (#40527) 2026-08-17 12:11:34 +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 test: migrate console workflow controller sessions and ORM models to SQLite (#40527) 2026-08-17 12:11:34 +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 fix(api): enforce app-scoped access on indirect resources (#40893) 2026-08-21 00:52:39 +00:00
test_wraps.py refactor(api): replace legacy recommended app retrieval stack (#40395) 2026-08-20 13:13:43 +00:00
workflow_draft_variables_test.py refactor: port WorkflowDraftVariableFile (#30923) 2026-04-29 22:21:20 +00:00