dify/api/tests/unit_tests/tasks
2026-03-02 18:42:30 +08:00
..
__init__.py feat(api): auto-delete WorkflowDraftVariable when app is deleted (#23737) 2025-08-13 11:13:08 +08:00
test_async_workflow_tasks.py fix: address user input preparation in workflow app generator (#28410) 2025-11-20 02:09:40 +08:00
test_clean_dataset_task.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_dataset_indexing_task.py test: migrate dataset_indexing_task SQL tests to testcontainers (#32531) 2026-02-27 06:06:42 +09:00
test_delete_account_task.py refactor: use session factory instead of call db.session directly (#31198) 2026-01-21 13:43:06 +08:00
test_document_indexing_sync_task.py fix: serialize data_source_info with json.dumps in Notion sync task (#32747) 2026-03-01 19:37:51 +08:00
test_duplicate_document_indexing_task.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_human_input_timeout_tasks.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
test_mail_human_input_delivery_task.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_mail_send_task.py feat: allow pass hostname in docker env (#30975) 2026-01-14 19:30:37 +08:00
test_remove_app_and_related_data_task.py test: migrate remove_app_and_related_data_task SQL tests to testcontainers (#32547) 2026-02-25 05:12:23 +09:00
test_workflow_execute_task.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_workflow_node_execution_tasks.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00