dify/api/tests/unit_tests/core
2026-03-12 15:35:25 +08:00
..
agent test: unit test cases core.agent module (#32474) 2026-03-12 11:10:15 +08:00
app test: added test cases for core.workflow module (#33126) 2026-03-12 15:35:25 +08:00
base test: unit test cases for core.callback, core.base, core.entities module (#32471) 2026-03-12 11:09:08 +08:00
callback_handler test: unit test cases for core.callback, core.base, core.entities module (#32471) 2026-03-12 11:09:08 +08:00
datasource test: add test for api core datasource (#32414) 2026-03-11 03:12:46 +08:00
entities test: unit test cases for core.callback, core.base, core.entities module (#32471) 2026-03-12 11:09:08 +08:00
extension test: add test for core extension, external_data_tool and llm generator (#32468) 2026-03-12 11:44:38 +08:00
external_data_tool test: add test for core extension, external_data_tool and llm generator (#32468) 2026-03-12 11:44:38 +08:00
file refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
helper test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
llm_generator test: add test for core extension, external_data_tool and llm generator (#32468) 2026-03-12 11:44:38 +08:00
logging test: added for core logging and core mcp (#32478) 2026-03-12 11:44:56 +08:00
mcp test: added for core logging and core mcp (#32478) 2026-03-12 11:44:56 +08:00
memory test: added test for core token buffer memory and model runtime (#32512) 2026-03-12 11:46:46 +08:00
moderation test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
ops test: added tests for backend core.ops module (#32639) 2026-03-12 15:33:15 +08:00
plugin test: unit test cases for core.variables, core.plugin, core.prompt module (#32637) 2026-03-12 11:29:02 +08:00
prompt test: unit test cases for core.variables, core.plugin, core.prompt module (#32637) 2026-03-12 11:29:02 +08:00
rag fix: fix parse mailto / http link in table cell (#33224) 2026-03-11 10:02:33 +08:00
repositories fix(api): fix the issue that workflow_runs.started_at is overwritten while resuming (#32851) 2026-03-06 15:41:30 +08:00
schemas test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
tools test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
trigger fix: use correct plugin_id for WaterCrawl datasource (#33182) 2026-03-10 13:32:40 +08:00
variables test: unit test cases for core.variables, core.plugin, core.prompt module (#32637) 2026-03-12 11:29:02 +08:00
workflow test: added test cases for core.workflow module (#33126) 2026-03-12 15:35:25 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
test_file.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
test_model_manager.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
test_provider_configuration.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
test_provider_manager.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
test_trigger_debug_event_selectors.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00