dify/api/tests/unit_tests/controllers/console/app
NVIDIAN b665eaa015
refactor(api): migrate console conversation responses to BaseModel (#35294)
Co-authored-by: ai-hpc <ai-hpc@users.noreply.github.com>
2026-04-16 05:11:21 +00:00
..
__init__.py
test_annotation_api.py
test_annotation_security.py
test_app_import_api.py fix: import DSL and copy app not work (#35239) 2026-04-15 04:43:22 +00:00
test_app_response_models.py refactor(api): migrate console recommended-app response to BaseModel (#35206) 2026-04-14 19:48:43 +00:00
test_audio_api.py
test_audio.py
test_conversation_api.py refactor(api): migrate console conversation responses to BaseModel (#35294) 2026-04-16 05:11:21 +00:00
test_conversation_variables_api.py refactor(api): migrate console conversation variables response model to BaseModel (#35193) 2026-04-14 19:51:33 +00:00
test_description_validation.py
test_generator_api.py
test_mcp_server_response.py refactor: migrate mcp_server from marshal_with/api.model to Pydantic BaseModel (#34935) 2026-04-13 05:13:53 +00:00
test_message_api.py refactor(api): migrate console message responses from marshal_with to BaseModel (#35204) 2026-04-14 19:49:33 +00:00
test_model_config_api.py
test_statistic_api.py
test_workflow_app_log_api.py refactor(api): migrate console workflow app-log responses to BaseModel (#35201) 2026-04-14 18:43:09 +00:00
test_workflow_comment_api.py feat: collaboration (#30781) 2026-04-16 02:21:04 +00:00
test_workflow_human_input_debug_api.py
test_workflow_pause_details_api.py
test_workflow_trigger_api.py refactor(api): migrate console workflow-trigger responses to BaseModel (#35200) 2026-04-14 19:52:17 +00:00
test_workflow.py feat: collaboration (#30781) 2026-04-16 02:21:04 +00:00
test_wraps.py
workflow_draft_variables_test.py