dify/api/tests/test_containers_integration_tests/services
Asuka Minato 76bba64b79
chore: add type to test (#36324)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-18 08:47:47 +00:00
..
auth chore: add type to test (#36324) 2026-05-18 08:47:47 +00:00
enterprise chore: add type to test (#36324) 2026-05-18 08:47:47 +00:00
plugin chore: add type to test (#36324) 2026-05-18 08:47:47 +00:00
rag_pipeline test: migrate RagPipelineService DB operation SQL tests to Testcontainer (#34959) 2026-04-11 16:32:52 +00:00
recommend_app chore: add type to test (#36324) 2026-05-18 08:47:47 +00:00
tools refactor: replace dict params with BaseModel in AppService (#35904) 2026-05-11 06:09:50 +00:00
workflow refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
__init__.py Feat add testcontainers test for account service (#23380) 2025-08-05 20:15:39 +08:00
dataset_collection_binding.py refactor: use EnumText for dataset and replace string literals 4 (#33606) 2026-03-18 09:18:08 +09:00
dataset_service_update_delete.py chore: add type to test (#36324) 2026-05-18 08:47:47 +00:00
document_service_status.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_account_service.py test(types): replace Account/Tenant status string literals with enum values (#35267) 2026-04-15 15:52:38 +00:00
test_advanced_prompt_template_service.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_agent_service.py chore: add type to test (#36324) 2026-05-18 08:47:47 +00:00
test_annotation_service.py refactor: replace dict params with BaseModel in AppService (#35904) 2026-05-11 06:09:50 +00:00
test_api_based_extension_service.py test: migrate api based extension service tests to testcontainers (#33952) 2026-03-23 22:20:53 +09:00
test_api_token_service.py chore: add type to test (#36324) 2026-05-18 08:47:47 +00:00
test_app_dsl_service.py refactor: cleanup duplicate code (#36173) 2026-05-14 10:34:31 +00:00
test_app_generate_service.py refactor: replace dict params with BaseModel in AppService (#35904) 2026-05-11 06:09:50 +00:00
test_app_service.py refactor: replace dict params with BaseModel in AppService (#35904) 2026-05-11 06:09:50 +00:00
test_attachment_service.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_audio_service_db.py test: migrate AudioService TTS message-ID lookup tests to Testcontainers integration tests (#34992) 2026-04-13 06:26:43 +00:00
test_billing_service.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_conversation_service_variables.py chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
test_conversation_service.py chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
test_conversation_variable_updater.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_credit_pool_service.py chore(api): upgrade graphon to v0.3.0 (#35469) 2026-05-09 07:30:03 +00:00
test_dataset_permission_service.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_dataset_service_batch_update_document_status.py refactor: use EnumText for ApiToolProvider.schema_type_str and Docume… (#33983) 2026-03-24 13:27:50 +09:00
test_dataset_service_create_dataset.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_dataset_service_delete_dataset.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_dataset_service_document.py chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
test_dataset_service_get_segments.py chore: DocumentSegment to Typebase (#35635) 2026-05-12 07:02:17 +00:00
test_dataset_service_permissions.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_dataset_service_retrieval.py refactor: port DatasetProcessRule (#31004) 2026-05-11 03:37:26 +00:00
test_dataset_service_update_dataset.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
test_dataset_service.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_delete_archived_workflow_run.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_document_service_display_status.py chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
test_document_service_rename_document.py refactor: use EnumText for ApiToolProvider.schema_type_str and Docume… (#33983) 2026-03-24 13:27:50 +09:00
test_end_user_service.py chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
test_feature_service.py chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
test_feedback_service.py chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
test_file_service_zip_and_lookup.py chore: add type to test (#36324) 2026-05-18 08:47:47 +00:00
test_file_service.py fix(security): tenant-scope FilePreviewApi text-extract endpoint (GHSA-2qwc-c2cc-2xwv) (#35797) 2026-05-14 16:13:04 +00:00
test_hit_testing_service.py test: migrate hit_testing_service tests to testcontainers (#34750) 2026-04-10 08:26:40 +00:00
test_human_input_delivery_test_service.py chore: add type to test (#36324) 2026-05-18 08:47:47 +00:00
test_human_input_delivery_test.py chore(api): adapt Graphon 0.2.2 upgrade (#35377) 2026-04-18 11:16:24 +00:00
test_message_export_service.py refactor: use EnumText for Conversation/Message invoke_from and from_source (#33832) 2026-03-21 11:47:48 +09:00
test_message_service_execution_extra_content.py chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
test_message_service_extra_contents.py refactor: use EnumText for Conversation/Message invoke_from and from_source (#33832) 2026-03-21 11:47:48 +09:00
test_message_service.py refactor: replace dict params with BaseModel in AppService (#35904) 2026-05-11 06:09:50 +00:00
test_messages_clean_service.py test: add type to test (#35871) 2026-05-08 01:06:25 +00:00
test_metadata_partial_update.py chore: add type to test (#36324) 2026-05-18 08:47:47 +00:00
test_metadata_service.py refactor: use EnumText for ApiToolProvider.schema_type_str and Docume… (#33983) 2026-03-24 13:27:50 +09:00
test_model_load_balancing_service.py refactor: use EnumText for model_type in provider models (#34300) 2026-03-31 00:31:33 +00:00
test_model_provider_service.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
test_oauth_server_service.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_ops_service.py refactor: replace dict params with BaseModel in AppService (#35904) 2026-05-11 06:09:50 +00:00
test_recommended_app_service.py fix: add null check in get_recommend_app_detail before accessing result['id'] (#36153) 2026-05-14 06:42:22 +00:00
test_restore_archived_workflow_run.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_saved_message_service.py refactor: replace dict params with BaseModel in AppService (#35904) 2026-05-11 06:09:50 +00:00
test_schedule_service.py test: migrate schedule service mock tests to testcontainers (#35196) 2026-04-14 20:34:53 +00:00
test_tag_service.py fix: allow tag rename without type payload (#36182) 2026-05-15 01:29:17 +00: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: replace dict params with BaseModel in AppService (#35904) 2026-05-11 06:09:50 +00:00
test_webapp_auth_service.py fix: fix orm_exc.DetachedInstanceError (#34904) 2026-04-10 07:13:59 +00:00
test_webhook_service_relationships.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_webhook_service.py chore: api para type (#35985) 2026-05-10 06:04:42 +00:00
test_workflow_app_service.py refactor: replace dict params with BaseModel in AppService (#35904) 2026-05-11 06:09:50 +00:00
test_workflow_draft_variable_service.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_workflow_run_service.py refactor: replace dict params with BaseModel in AppService (#35904) 2026-05-11 06:09:50 +00:00
test_workflow_service.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_workspace_service.py test: migrate workspace service tests to testcontainers (#34218) 2026-03-28 07:50:26 +00:00