dify/api/tests/test_containers_integration_tests/services
-LAN- 19476109da
chore(api): upgrade graphon to v0.3.0 (#35469)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: WH-2099 <wh2099@pm.me>
2026-05-09 07:30:03 +00:00
..
auth refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
enterprise refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
plugin chore(test): Move plugin permission tests to testcontainers (#35884) 2026-05-07 09:57:53 +00:00
rag_pipeline test: migrate RagPipelineService DB operation SQL tests to Testcontainer (#34959) 2026-04-11 16:32:52 +00:00
recommend_app feat: support configurable explore app categories (#35723) 2026-05-08 06:04:07 +00:00
tools refactor: use sessionmaker in api_tools_manage_service.py (#34892) 2026-04-17 05:07:12 +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 refactor: select in console datasets document controller (#34029) 2026-03-25 12:47:25 +09: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 (#35942) 2026-05-09 03:16:22 +00:00
test_annotation_service.py refactor: use EnumText for Conversation/Message invoke_from and from_source (#33832) 2026-03-21 11:47:48 +09: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 test: migrate api token service tests to testcontainers (#34148) 2026-03-26 21:02:09 +00:00
test_app_dsl_service.py chore: add Type to test (#35942) 2026-05-09 03:16:22 +00:00
test_app_generate_service.py test: add type to test (#35871) 2026-05-08 01:06:25 +00:00
test_app_service.py chore: add Type to test (#35942) 2026-05-09 03:16:22 +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 refactor: select in console datasets document controller (#34029) 2026-03-25 12:47:25 +09: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: select in console datasets document controller (#34029) 2026-03-25 12:47:25 +09: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 test: migrate file service zip and lookup tests to testcontainers (#33944) 2026-03-23 21:52:31 +09:00
test_file_service.py refactor: use EnumText(StorageType) for UploadFile.storage_type (#33728) 2026-03-19 15:15:32 +09: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 (#35942) 2026-05-09 03:16:22 +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(api): continue decoupling dify_graph from API concerns (#33580) 2026-03-25 20:32:24 +08: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 refactor: add type to test (#30873) 2026-05-07 03:46:23 +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 test: migrate ops_service tests to testcontainers (#34749) 2026-04-10 08:25:50 +00:00
test_recommended_app_service.py test: migrate recommended_app_service tests to testcontainers (#34751) 2026-04-09 00:36:57 +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 test: add type to test (#35871) 2026-05-08 01:06:25 +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 refactor: verticalize tag management and batch bindings (#35840) 2026-05-07 01:36:10 +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 test: add type to test (#35871) 2026-05-08 01:06:25 +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 refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
test_workflow_app_service.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +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(api): continue decoupling dify_graph from API concerns (#33580) 2026-03-25 20:32:24 +08: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