dify/api/tests/unit_tests/core
2026-08-19 08:52:17 +08:00
..
agent test: migrate agent runtime sessions and ORM models to SQLite (#40587) 2026-08-18 12:26:58 +00:00
app Merge remote-tracking branch 'origin/main' into feat/creator-profile-home 2026-08-19 08:52:17 +08:00
base
callback_handler test: use SQLite sessions in core callback_handler (#39081) 2026-08-02 17:19:27 +08:00
datasource test: scope plugin and datasource config overrides (#40854) 2026-08-18 12:01:29 +00:00
entities test: migrate telemetry and core entity ORM models to SQLite (#40574) 2026-08-18 12:25:42 +00:00
extension fix(extension): chain original exception in APIBasedExtensionRequestor per PEP 3134 (#40810) 2026-08-15 08:48:28 +00:00
external_data_tool
file
helper test: scope plugin and datasource config overrides (#40854) 2026-08-18 12:01:29 +00:00
llm_generator feat(workflow-generator): prefer installed tools (#40611) 2026-08-14 05:38:37 +00:00
logging
mcp test: scope plugin and datasource config overrides (#40854) 2026-08-18 12:01:29 +00:00
memory test: migrate telemetry and core entity ORM models to SQLite (#40574) 2026-08-18 12:25:42 +00:00
model_runtime
moderation test: migrate core RAG sessions to SQLite (#40085) 2026-08-11 07:05:26 +00:00
ops test: migrate trace workflow run ORM model to real entity (#40642) 2026-08-14 05:34:29 +00:00
plugin test: migrate telemetry and core entity ORM models to SQLite (#40574) 2026-08-18 12:25:42 +00:00
prompt test: use sqlite3 session in test_extract_thread_messages (#38739) 2026-07-27 09:00:47 +00:00
rag test: migrate telemetry and core entity ORM models to SQLite (#40574) 2026-08-18 12:25:42 +00:00
repositories test: centralize enterprise config overrides (#40853) 2026-08-18 12:01:01 +00:00
schemas
telemetry
tools test: migrate agent runtime sessions and ORM models to SQLite (#40587) 2026-08-18 12:26:58 +00:00
trigger test: eliminate remaining whole config mocks (#40855) 2026-08-18 12:01:49 +00:00
variables feat(workflow): support human input in loop and iteration (#39243) 2026-08-03 02:24:18 +00:00
workflow Merge remote-tracking branch 'origin/main' into feat/creator-profile-home 2026-08-19 08:52:17 +08:00
__init__.py
test_file.py
test_model_manager.py fix(agent): meter internal LLM calls through API (#40613) 2026-08-13 12:15:44 +00:00
test_provider_configuration.py
test_provider_manager.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
test_trigger_debug_event_selectors.py