dify/api/tests/test_containers_integration.../services
-LAN- fb41b215c8
refactor(api): move workflow knowledge nodes and trigger nodes (#33445)
2026-03-15 15:24:59 +08:00
..
tools refactor: use `generate_valid_password` helper for creating test account passwords (#33192) 2026-03-10 15:42:52 +08:00
workflow feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
__init__.py Feat add testcontainers test for account service (#23380) 2025-08-05 20:15:39 +08:00
dataset_collection_binding.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
dataset_service_update_delete.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
document_service_status.py test: migrate document_service_status SQL tests to testcontainers (#32536) 2026-02-28 01:50:55 +09:00
test_account_service.py refactor: replace sa.String with EnumText in mapped_column for type s… (#33332) 2026-03-14 13:38:27 +09:00
test_advanced_prompt_template_service.py chore: adopt StrEnum and auto() for some string-typed enums (#25129) 2025-09-12 21:14:26 +08:00
test_agent_service.py refactor: use `generate_valid_password` helper for creating test account passwords (#33192) 2026-03-10 15:42:52 +08:00
test_annotation_service.py refactor: use `generate_valid_password` helper for creating test account passwords (#33192) 2026-03-10 15:42:52 +08:00
test_api_based_extension_service.py refactor: use `generate_valid_password` helper for creating test account passwords (#33192) 2026-03-10 15:42:52 +08:00
test_app_dsl_service.py refactor: use `generate_valid_password` helper for creating test account passwords (#33192) 2026-03-10 15:42:52 +08:00
test_app_generate_service.py refactor: replace sa.String with EnumText in mapped_column for type s… (#33332) 2026-03-14 13:38:27 +09:00
test_app_service.py refactor: use `generate_valid_password` helper for creating test account passwords (#33192) 2026-03-10 15:42:52 +08:00
test_billing_service.py feat: get plan bulk with cache (#30339) 2025-12-30 09:27:46 +08:00
test_conversation_service.py fix(api): enforce ownership check for conversation delete (#32686) 2026-03-01 17:53:37 +08:00
test_dataset_permission_service.py test: migrate dataset permission service SQL tests to testcontainers (#32546) 2026-03-06 07:21:25 +09:00
test_dataset_service.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_dataset_service_batch_update_document_status.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_dataset_service_delete_dataset.py test: migrate test_dataset_service_delete_dataset SQL tests to testcontainers (#32543) 2026-03-06 06:06:14 +09:00
test_dataset_service_get_segments.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_dataset_service_retrieval.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_dataset_service_update_dataset.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_delete_archived_workflow_run.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
test_document_service_display_status.py test: migrate test_document_service_display_status SQL tests to testcontainers (#32545) 2026-02-25 05:13:22 +09:00
test_document_service_rename_document.py test: migrate test_document_service_rename_document SQL tests to testcontainers (#32542) 2026-03-05 10:07:29 +09:00
test_end_user_service.py test: migrate end user service SQL tests to testcontainers (#32530) 2026-02-25 04:49:49 +09:00
test_feature_service.py refactor: optimize system features response payload for unauthenticated clients (#31392) 2026-01-23 12:12:11 +08:00
test_feedback_service.py fix: fix feedback like or dislike not display in logs (#28652) 2025-11-26 13:59:47 +08:00
test_file_service.py fix(api): allow punctuation in uploaded filenames (#33364) 2026-03-13 21:33:09 +08:00
test_human_input_delivery_test.py refactor(api): move workflow knowledge nodes and trigger nodes (#33445) 2026-03-15 15:24:59 +08:00
test_message_export_service.py feat: add export app messages (#32990) 2026-03-07 11:27:15 +08:00
test_message_service.py refactor: use `generate_valid_password` helper for creating test account passwords (#33192) 2026-03-10 15:42:52 +08:00
test_message_service_execution_extra_content.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_message_service_extra_contents.py test: migrate message extra contents tests to testcontainers (#32532) 2026-02-25 04:51:14 +09:00
test_messages_clean_service.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_metadata_service.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_model_load_balancing_service.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_model_provider_service.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_restore_archived_workflow_run.py test: migrate restore_archived_workflow_run SQL tests to testcontainers (#32590) 2026-02-26 03:24:58 +09:00
test_saved_message_service.py refactor: replace sa.String with EnumText in mapped_column for type s… (#33332) 2026-03-14 13:38:27 +09:00
test_tag_service.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_trigger_provider_service.py refactor: use `generate_valid_password` helper for creating test account passwords (#33192) 2026-03-10 15:42:52 +08:00
test_web_conversation_service.py refactor: use `generate_valid_password` helper for creating test account passwords (#33192) 2026-03-10 15:42:52 +08:00
test_webapp_auth_service.py refactor: use `generate_valid_password` helper for creating test account passwords (#33192) 2026-03-10 15:42:52 +08:00
test_webhook_service.py refactor: Unify NodeConfigDict.data and BaseNodeData (#32780) 2026-03-11 23:43:58 +08:00
test_workflow_app_service.py refactor: use `generate_valid_password` helper for creating test account passwords (#33192) 2026-03-10 15:42:52 +08:00
test_workflow_draft_variable_service.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_workflow_run_service.py refactor: use `generate_valid_password` helper for creating test account passwords (#33192) 2026-03-10 15:42:52 +08:00
test_workflow_service.py refactor(api): move workflow knowledge nodes and trigger nodes (#33445) 2026-03-15 15:24:59 +08:00
test_workspace_service.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00