dify/api/tests/test_containers_integration.../tasks
tmimmanuel e64f4d6039
refactor: replace sa.String with EnumText in mapped_column for type s… (#33332)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 13:38:27 +09:00
..
__init__.py Feature add test containers add document to index (#25251) 2025-09-05 19:20:37 +08:00
test_add_document_to_index_task.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_batch_clean_document_task.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_batch_create_segment_to_index_task.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_clean_dataset_task.py refactor: replace sa.String with EnumText in mapped_column for type s… (#33332) 2026-03-14 13:38:27 +09:00
test_clean_notion_document_task.py refactor: use `generate_valid_password` helper for creating test account passwords (#33192) 2026-03-10 15:42:52 +08:00
test_create_segment_to_index_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 refactor: reuse redis connection instead of create new one (#32678) 2026-03-09 15:53:21 +08:00
test_deal_dataset_vector_index_task.py refactor: use `generate_valid_password` helper for creating test account passwords (#33192) 2026-03-10 15:42:52 +08:00
test_delete_segment_from_index_task.py refactor: replace sa.String with EnumText in mapped_column for type s… (#33332) 2026-03-14 13:38:27 +09:00
test_disable_segment_from_index_task.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_disable_segments_from_index_task.py refactor: replace sa.String with EnumText in mapped_column for type s… (#33332) 2026-03-14 13:38:27 +09: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_document_indexing_task.py refactor: reuse redis connection instead of create new one (#32678) 2026-03-09 15:53:21 +08:00
test_document_indexing_update_task.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_duplicate_document_indexing_task.py test: migrate duplicate_document_indexing_task SQL tests to testcontainers (#32540) 2026-03-05 02:35:24 +09:00
test_enable_segments_to_index_task.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_mail_account_deletion_task.py feat: replace db.session with db_session_with_containers (#32942) 2026-03-04 14:50:41 +09:00
test_mail_change_mail_task.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_mail_email_code_login_task.py refactor: replace sa.String with EnumText in mapped_column for type s… (#33332) 2026-03-14 13:38:27 +09:00
test_mail_human_input_delivery_task.py refactor: human input node decouple db (#32900) 2026-03-04 13:18:32 +08:00
test_mail_inner_task.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_mail_invite_member_task.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_mail_owner_transfer_task.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_mail_register_task.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_rag_pipeline_run_tasks.py refactor: reuse redis connection instead of create new one (#32678) 2026-03-09 15:53:21 +08:00
test_remove_app_and_related_data_task.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00