dify/api/tests/unit_tests/controllers/console/app
Xiyuan Chen 93dae7d8a0
fix(rbac): let agent.manage operate every agent page (#41583)
Co-authored-by: yunlu.wen <yunlu.wen@dify.ai>
2026-09-02 01:45:42 +00:00
..
__init__.py
test_agent_app_sandbox.py fix(rbac): let agent.manage operate every agent page (#41583) 2026-09-02 01:45:42 +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: enforce centralized config overrides (#40869) 2026-08-29 14:05:35 +00:00
test_annotation_api.py
test_annotation_security.py
test_app_apis.py test: enforce centralized config overrides (#40869) 2026-08-29 14:05:35 +00:00
test_app_import_api.py refactor(api): decouple system features and web adapters (#40772) 2026-09-01 11:50:52 +00:00
test_app_response_models.py refactor(api): decouple system features and web adapters (#40772) 2026-09-01 11:50:52 +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_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
test_description_validation.py
test_generator_api_missing.py
test_generator_api.py
test_mcp_server_response.py test: enforce centralized config overrides (#40869) 2026-08-29 14:05:35 +00:00
test_message_api.py
test_model_config_api.py
test_ops_trace_api.py test: enforce centralized config overrides (#40869) 2026-08-29 14:05:35 +00:00
test_statistic_api.py
test_workflow_app_log_api.py refactor(api): remove unused workflow archived logs endpoint (#41345) 2026-08-27 03:48:57 +00:00
test_workflow_comment_api.py test: enforce centralized config overrides (#40869) 2026-08-29 14:05:35 +00:00
test_workflow_convert_api.py refactor(controllers/console): dep-inject workflow payloads with @model_validate (#41244) 2026-08-28 14:49:46 +00:00
test_workflow_human_input_debug_api.py test: enforce centralized config overrides (#40869) 2026-08-29 14:05:35 +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: enforce centralized config overrides (#40869) 2026-08-29 14:05:35 +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
test_workflow.py refactor(models): pass session into Workflow accessors (#41464) 2026-08-29 14:28:15 +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