dify/api/tests/unit_tests/core
Zhanyuan Guo 7fe25f1365
fix(rate_limit): flush redis cache when __init__ is triggered by changing max_active_requests (#33830)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-03-24 15:08:55 +08:00
..
agent refactor(workflow): move agent node back to core workflow (#33431) 2026-03-14 22:33:13 +08:00
app fix(rate_limit): flush redis cache when __init__ is triggered by changing max_active_requests (#33830) 2026-03-24 15:08:55 +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 refactor: use EnumText(StorageType) for UploadFile.storage_type (#33728) 2026-03-19 15:15:32 +09:00
entities refactor: EnumText for preferred_provider_type MessageChain, Banner (#33696) 2026-03-19 03:53:04 +09: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 chore: compatiable resource_metadata return without scheme (#33506) 2026-03-16 15:44:48 +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: added for core module moderation, repositories, schemas (#32514) 2026-03-22 23:57:12 +08:00
ops refactor(api): move workflow knowledge nodes and trigger nodes (#33445) 2026-03-15 15:24:59 +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 refactor: use EnumText for ApiToolProvider.schema_type_str and Docume… (#33983) 2026-03-24 13:27:50 +09:00
repositories fix: type object 'str' has no attribute 'LLM' (#33899) 2026-03-23 14:51:56 +09:00
schemas test: added for core module moderation, repositories, schemas (#32514) 2026-03-22 23:57:12 +08:00
tools refactor: replace sa.String with EnumText in mapped_column for type s… (#33332) 2026-03-14 13:38:27 +09:00
trigger refactor(api): move workflow knowledge nodes and trigger nodes (#33445) 2026-03-15 15:24:59 +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 fix: preserve timing metrics in parallel iteration (#33216) 2026-03-19 18:05:52 +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 feat: Remove GPT-4 special-casing from default model selection (#33458) 2026-03-16 03:09:20 +08:00
test_trigger_debug_event_selectors.py refactor(api): move workflow knowledge nodes and trigger nodes (#33445) 2026-03-15 15:24:59 +08:00