dify/api/tests/unit_tests/models
-LAN- 42877985db
Merge remote-tracking branch 'origin/main' into optional-plugin-invoke
# Conflicts:
#	api/tests/unit_tests/controllers/console/app/test_message.py
#	api/tests/unit_tests/controllers/console/app/test_statistic.py
#	api/tests/unit_tests/controllers/console/app/test_workflow_draft_variable.py
#	api/tests/unit_tests/controllers/console/auth/test_data_source_bearer_auth.py
#	api/tests/unit_tests/controllers/console/auth/test_data_source_oauth.py
#	api/tests/unit_tests/controllers/console/auth/test_oauth_server.py
2026-03-24 15:33:05 +08:00
..
__init__.py feat: Persist Variables for Enhanced Debugging Workflow (#20699) 2025-06-24 09:05:29 +08:00
test_account.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
test_account_models.py refactor(api): Query API to select function_1 (#33565) 2026-03-17 23:29:16 +09:00
test_app_models.py refactor: use EnumText for Conversation/Message invoke_from and from_source (#33832) 2026-03-21 11:47:48 +09:00
test_base.py feat(api): Introduce workflow pause state management (#27298) 2025-10-30 14:41:09 +08:00
test_conversation_variable.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
test_dataset_models.py refactor: use EnumText for dataset and replace string literals 4 (#33606) 2026-03-18 09:18:08 +09: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_model.py fix: canonicalize persisted file references 2026-03-21 14:40:49 +08: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 in provider models (#33634) 2026-03-18 13:27:40 +09: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_workflow.py fix: canonicalize persisted file references 2026-03-21 14:40:49 +08:00
test_workflow_models.py refactor(api): move workflow knowledge nodes and trigger nodes (#33445) 2026-03-15 15:24:59 +08:00
test_workflow_node_execution_offload.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
test_workflow_trigger_log.py chore: not using db.session.get (#28555) 2025-11-24 11:06:06 +08:00