dify/api/tests/unit_tests/models
Stephen Zhou fde800e337
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	.github/dependabot.yml
#	.github/workflows/deploy-dev.yml
#	api/app_factory.py
#	api/core/indexing_runner.py
#	api/services/feature_service.py
#	api/tests/test_containers_integration_tests/controllers/console/auth/test_password_reset.py
#	api/tests/test_containers_integration_tests/services/test_feature_service.py
#	api/tests/unit_tests/controllers/console/auth/test_account_activation.py
#	api/tests/unit_tests/controllers/service_api/app/test_conversation.py
#	api/tests/unit_tests/controllers/web/test_site.py
#	api/tests/unit_tests/core/rag/indexing/test_indexing_runner.py
#	api/tests/unit_tests/core/tools/test_base_tool.py
#	api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
#	api/tests/unit_tests/extensions/test_ext_login.py
#	api/tests/unit_tests/services/test_feature_service_deployment_edition.py
#	api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
#	api/tests/unit_tests/services/test_feature_service_licensed_seats.py
2026-08-07 09:55:10 +08:00
..
__init__.py feat: Persist Variables for Enhanced Debugging Workflow (#20699) 2025-06-24 09:05:29 +08:00
test_account_models.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
test_agent_config_entities.py test(e2e): validate generated console contracts (#39400) 2026-07-22 07:48:37 +00:00
test_agent.py feat(agent-v2): sync nightly updates to main (2026-06-25) (#37915) 2026-06-26 13:13:35 +00:00
test_app_models.py test: use real ORM models in app and API tests (#40020) 2026-08-06 04:36:58 +00:00
test_base.py feat(api): Introduce workflow pause state management (#27298) 2025-10-30 14:41:09 +08:00
test_comment_models.py test: use sqlite3 session in test_comment_models (#38767) 2026-07-13 05:51:35 +00:00
test_conversation_variable.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
test_dataset_models.py test: use real ORM models in RAG indexing tests (#40017) 2026-08-05 10:03:23 +00:00
test_end_user_type.py fix(api): tolerate legacy service_api end-user type on load (#38271) 2026-07-02 05:34:36 +00:00
test_enums_creator_user_role.py fix(api): make CreatorUserRole accept both end-user and end_user (#33638) 2026-03-18 14:54:12 +08:00
test_file_input_compat.py chore: add Type to test (#37191) 2026-06-19 16:44:20 +00:00
test_knowledge_fs_cleanup.py Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
test_knowledge_fs_cutover.py Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
test_knowledge_fs.py Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
test_model.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
test_plugin_entities.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
test_provider_models.py refactor: use EnumText for Provider.quota_type and consolidate ProviderQuotaType (#34299) 2026-03-31 00:29:57 +00:00
test_recipient_type_label.py fix(hitl): stop confusing 404 when resuming forms via CLI (#37556) 2026-06-22 06:11:27 +00:00
test_snippet.py test: use sqlite3 session in test_snippet (#38691) 2026-07-27 01:53:52 +00:00
test_tool_models.py refactor: use EnumText for ApiToolProvider.schema_type_str and Docume… (#33983) 2026-03-24 13:27:50 +09:00
test_types.py feat: add new agent (#36284) 2026-05-19 10:43:23 +00:00
test_workflow_models.py refactor: move SegmentAttachmentBinding and UploadFile to TypeBase (#30218) 2026-04-27 14:01:50 +00:00
test_workflow_node_execution_offload.py test: use sqlite3 session in test_workflow_node_execution_offload (#38728) 2026-07-25 14:23:32 +00:00
test_workflow.py test: use real ORM models in workflow repository tests (#40019) 2026-08-06 04:06:04 +00:00