dify/api/tests/unit_tests/tasks
2026-06-29 09:51:21 +00:00
..
__init__.py
test_async_workflow_tasks.py
test_clean_dataset_task.py
test_clean_document_task.py
test_dataset_indexing_task.py refactor(tests): replace logger mocks with caplog (#37468) (#37922) 2026-06-25 09:48:43 +00:00
test_document_indexing_sync_task.py
test_document_indexing_update_task.py
test_duplicate_document_indexing_task.py
test_enterprise_telemetry_task.py chore: Caplog type (#37603) 2026-06-18 18:53:13 +00:00
test_human_input_timeout_tasks.py fix(api): Agent v2 chat ask_human — resume on timeout + skip input guards on resume (#37492) 2026-06-16 08:11:28 +00:00
test_mail_human_input_delivery_task.py chore: backend feature api exclude_vector_space (#36642) 2026-05-26 08:50:54 +00:00
test_mail_send_task.py chore: Caplog type (#37603) 2026-06-18 18:53:13 +00:00
test_ops_trace_task.py
test_process_tenant_plugin_autoupgrade_check_task.py feat(web): refine onboarding UI (#37433) 2026-06-15 08:47:15 +00:00
test_remove_app_and_related_data_task.py chore: Caplog type (#37603) 2026-06-18 18:53:13 +00:00
test_resume_agent_app_task.py feat(api): Agent ask_human HITL (phase-1) — workflow node + Agent v2 chat — ENG-635 (#37437) 2026-06-16 03:43:40 +00:00
test_summary_queue_isolation.py
test_trigger_processing_tasks.py perf(api): retrieve published workflows via app.workflow_id (#38153) 2026-06-29 09:51:21 +00:00
test_workflow_execute_task.py fix: improve error handling for workflow execution (#37919) 2026-06-25 07:36:34 +00:00
test_workflow_node_execution_tasks.py