dify/api/tests/unit_tests/services
2026-04-02 12:34:38 +00:00
..
auth chore(api): align Python support with 3.12 (#34419) 2026-04-02 05:07:32 +00:00
enterprise test: add tests for api/services retention, enterprise, plugin (#32648) 2026-03-31 03:16:42 +00:00
plugin test: add tests for api/services retention, enterprise, plugin (#32648) 2026-03-31 03:16:42 +00:00
rag_pipeline test: added test for api/services/rag_pipeline folder (#33222) 2026-04-02 06:40:52 +00:00
recommend_app
retention test: add tests for api/services retention, enterprise, plugin (#32648) 2026-03-31 03:16:42 +00:00
tools refactor: select in 10 service files (#34373) 2026-04-01 08:03:49 +00:00
workflow test: add unit tests for services and tasks part-4 (#33223) 2026-04-02 08:35:46 +00:00
__init__.py
controller_api.py
dataset_metadata.py refactor: select in metadata_service (#34479) 2026-04-02 12:34:38 +00:00
dataset_permission_service.py
dataset_service_test_helpers.py refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
dataset_service_update_delete.py
document_indexing_task_proxy.py
document_service_status.py
document_service_validation.py refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
external_dataset_service.py fix: add tenant/dataset ownership checks to prevent IDOR vulnerabilities (#34436) 2026-04-02 05:45:20 +00:00
hit_service.py
segment_service.py
services_test_help.py
test_account_service.py
test_annotation_service.py
test_app_dsl_service_import_yaml_url.py
test_app_dsl_service.py refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
test_app_generate_service_streaming_integration.py
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_audio_service.py refactor: select in 13 small service files (#34371) 2026-04-01 04:00:05 +00:00
test_batch_indexing_base.py
test_billing_service.py refactor: select in 13 small service files (#34371) 2026-04-01 04:00:05 +00:00
test_clear_free_plan_expired_workflow_run_logs.py
test_clear_free_plan_tenant_expired_logs.py
test_code_based_extension_service.py
test_conversation_service.py refactor: select in 13 small service files (#34371) 2026-04-01 04:00:05 +00:00
test_dataset_service_dataset.py
test_dataset_service_document.py
test_dataset_service_lock_not_owned.py
test_dataset_service_segment.py
test_datasource_provider_service.py perf: use global httpx client instead of per request create new one (#34311) 2026-04-01 01:19:32 +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 fix: add tenant/dataset ownership checks to prevent IDOR vulnerabilities (#34436) 2026-04-02 05:45:20 +00:00
test_feature_service_human_input_email_delivery.py
test_file_service.py
test_hit_testing_service.py
test_human_input_service.py refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
test_knowledge_service.py
test_message_service.py refactor: select in message_service and ops_service (#34414) 2026-04-01 16:37:27 +00:00
test_messages_clean_service.py
test_metadata_bug_complete.py
test_metadata_nullable_bug.py
test_model_load_balancing_service.py refactor: model_load_balancing_service and api_tools_manage_service (#34434) 2026-04-02 04:38:35 +00:00
test_model_provider_service_sanitization.py test: add unit tests for services and tasks part-4 (#33223) 2026-04-02 08:35:46 +00:00
test_operation_service.py
test_ops_service.py refactor: select in message_service and ops_service (#34414) 2026-04-01 16:37:27 +00:00
test_rag_pipeline_task_proxy.py
test_recommended_app_service.py test: add unit tests for services and tasks part-4 (#33223) 2026-04-02 08:35:46 +00:00
test_schedule_service.py test: add unit tests for services and tasks part-4 (#33223) 2026-04-02 08:35:46 +00:00
test_summary_index_service.py
test_trigger_provider_service.py
test_variable_truncator.py test: add unit tests for services and tasks part-4 (#33223) 2026-04-02 08:35:46 +00:00
test_vector_service.py refactor: select in 10 service files (#34373) 2026-04-01 08:03:49 +00:00
test_webhook_service.py test: add unit tests for services and tasks part-4 (#33223) 2026-04-02 08:35:46 +00:00
test_website_service.py perf: use global httpx client instead of per request create new one (#34311) 2026-04-01 01:19:32 +00:00
test_workflow_run_service_pause.py test: add unit tests for services and tasks part-4 (#33223) 2026-04-02 08:35:46 +00:00
test_workflow_service.py refactor: select in 10 service files (#34373) 2026-04-01 08:03:49 +00:00
vector_service.py