dify/api/tests/unit_tests/services
99 3e876e173a
chore(api): adapt Graphon 0.2.2 upgrade (#35377)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-04-18 11:16:24 +00:00
..
auth refactor: replace bare dict with dict[str, Any] in services unit test helpers (#35182) 2026-04-14 18:37:59 +00:00
enterprise
plugin fix: sqlalchemy.orm.exc.DetachedInstanceError (#34910) 2026-04-10 07:44:22 +00:00
rag_pipeline chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
recommend_app
retention
tools refactor(services): migrate builtin_tools_manage_service to SQLAlchemy 2.0 select() API (#34973) 2026-04-12 01:25:51 +00:00
workflow chore(api): adapt Graphon 0.2.2 upgrade (#35377) 2026-04-18 11:16:24 +00:00
__init__.py
controller_api.py
dataset_service_test_helpers.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
document_indexing_task_proxy.py
document_service_validation.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
external_dataset_service.py refactor: replace bare dict with dict[str, Any] in services unit test helpers (#35182) 2026-04-14 18:37:59 +00:00
hit_service.py refactor: replace bare dict with dict[str, Any] in services unit test helpers (#35182) 2026-04-14 18:37:59 +00:00
segment_service.py
services_test_help.py
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_annotation_service.py
test_app_generate_service_streaming_integration.py refactor: replace bare dict with dict[str, Any] in controller and core unit tests (#35181) 2026-04-14 17:51:49 +00:00
test_app_generate_service.py
test_app_model_config_service.py
test_app_task_service.py
test_archive_workflow_run_logs.py
test_async_workflow_service.py test: split merged API test modules and remove F811 ignore (#35105) 2026-04-14 03:54:30 +00:00
test_audio_service.py refactor: replace bare dict with dict[str, Any] in RAG and service unit tests (#35184) 2026-04-14 17:50:43 +00:00
test_batch_indexing_base.py
test_billing_service.py test: migrate BillingService permission-check tests to Testcontainers integration tests (#34993) 2026-04-13 03:44:14 +00:00
test_clear_free_plan_expired_workflow_run_logs.py
test_clear_free_plan_tenant_expired_logs.py refactor(services): migrate dataset_service and clear_free_plan_tenant_expired_logs to SQLAlchemy 2.0 select() API (#34970) 2026-04-12 01:21:52 +00:00
test_code_based_extension_service.py
test_conversation_service.py test: migrate conversation service mock tests to testcontainers (#35198) 2026-04-16 07:55:21 +00:00
test_dataset_service_dataset.py test: migrate dataset service dataset mock tests to testcontainers (#35194) 2026-04-14 19:52:31 +00:00
test_dataset_service_document.py test: migrate dataset service document mock tests to testcontainers (#35191) 2026-04-17 07:03:30 +00:00
test_dataset_service_lock_not_owned.py
test_dataset_service_segment.py
test_datasource_provider_service.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
test_document_indexing_task_proxy.py
test_duplicate_document_indexing_task_proxy.py
test_export_app_messages.py
test_external_dataset_service.py refactor: replace bare dict with dict[str, Any] in services unit test helpers (#35182) 2026-04-14 18:37:59 +00:00
test_feature_service_human_input_email_delivery.py
test_file_service.py
test_human_input_service.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
test_knowledge_service.py
test_message_service.py feat: support ttft report to langfuse (#33344) 2026-04-13 06:21:58 +00:00
test_messages_clean_service.py refactor: replace bare dict with dict[str, Any] in controller and core unit tests (#35181) 2026-04-14 17:51:49 +00:00
test_metadata_bug_complete.py
test_metadata_nullable_bug.py
test_model_load_balancing_service.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
test_model_provider_service_sanitization.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
test_model_provider_service.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
test_operation_service.py refactor: replace bare dict with dict[str, Any] in services unit test helpers (#35182) 2026-04-14 18:37:59 +00:00
test_rag_pipeline_task_proxy.py
test_schedule_service.py test: migrate schedule service mock tests to testcontainers (#35196) 2026-04-14 20:34:53 +00:00
test_summary_index_service.py refactor(services): migrate summary_index_service to SQLAlchemy 2.0 select() API (#34971) 2026-04-12 01:37:16 +00:00
test_trigger_provider_service.py refactor: replace bare dict with dict[str, Any] in services unit test helpers (#35182) 2026-04-14 18:37:59 +00:00
test_variable_truncator_additional.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
test_variable_truncator.py chore(api): adapt Graphon 0.2.2 upgrade (#35377) 2026-04-18 11:16:24 +00:00
test_vector_service.py
test_webhook_service_additional.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
test_webhook_service.py test: split merged API test modules and remove F811 ignore (#35105) 2026-04-14 03:54:30 +00:00
test_website_service.py refactor: replace bare dict with dict[str, Any] in services unit test helpers (#35182) 2026-04-14 18:37:59 +00:00
test_workflow_collaboration_service.py feat: collaboration (#30781) 2026-04-16 02:21:04 +00:00
test_workflow_comment_service.py feat: collaboration (#30781) 2026-04-16 02:21:04 +00:00
test_workflow_run_service_pause.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
test_workflow_run_service.py test: split merged API test modules and remove F811 ignore (#35105) 2026-04-14 03:54:30 +00:00
test_workflow_service.py chore(api): adapt Graphon 0.2.2 upgrade (#35377) 2026-04-18 11:16:24 +00:00
vector_service.py refactor: replace bare dict with dict[str, Any] in services unit test helpers (#35182) 2026-04-14 18:37:59 +00:00