dify/api/tests/unit_tests/core
2026-08-03 09:54:13 +08:00
..
agent fix: allow an empty Agent tools selection (#39695) 2026-07-30 01:06:32 +00:00
app fix: fix test failed 2026-07-30 22:57:21 +08:00
base
callback_handler test: use SQLite sessions in core callback_handler (#39081) 2026-08-02 17:19:27 +08:00
datasource test: use SQLite sessions in core datasource (#39104) 2026-07-28 05:22:18 +00:00
entities fix(api): delete custom models stored with legacy model_type values (#39708) 2026-07-30 01:12:26 +00:00
extension
external_data_tool test: use sqlite3 session in test_api (#38736) 2026-07-16 10:38:33 +00:00
file test: use sqlite3 session in test_remote_fetcher (#38773) 2026-07-14 07:01:23 +00:00
helper fix(api): make SSRF-blocked error message actionable (#39867) 2026-08-02 17:21:57 +08:00
llm_generator test: use SQLite sessions in core llm_generator (#39070) 2026-08-02 17:19:27 +08:00
logging fix(api): prevent identity logging deadlock (#39449) 2026-07-23 09:08:04 +00:00
mcp feat(mcp): support MCP protocol 2025-06-18 for workflow-as-MCP server (version negotiation + structured output) (#37892) 2026-07-07 03:26:50 +00:00
memory test: use SQLite sessions in core memory (#39066) 2026-07-27 10:15:08 +00:00
model_runtime
moderation test: use sqlite3 session in test_api (#38733) 2026-07-27 08:57:51 +00:00
ops test: use SQLite sessions in core ops (#39062) 2026-08-02 17:19:27 +08:00
plugin feat(plugin): isolate from local packages 2026-07-31 14:25:48 +08:00
prompt test: use sqlite3 session in test_extract_thread_messages (#38739) 2026-07-27 09:00:47 +00:00
rag fix(rag): add bounded timeout to Notion extractor requests (#39833) 2026-08-02 17:19:27 +08:00
repositories test: use SQLite sessions in core repositories (#39078) 2026-08-02 17:19:27 +08:00
schemas chore: Caplog type (#37603) 2026-06-18 18:53:13 +00:00
telemetry
tools test: use SQLite sessions in core tools (#39068) 2026-08-02 17:19:27 +08:00
trigger
variables
workflow test: use SQLite sessions in core workflow (#39086) 2026-08-02 17:19:27 +08:00
__init__.py
test_file.py
test_model_manager.py
test_provider_configuration.py test: use sqlite3 session in test_provider_configuration (#38689) 2026-07-15 04:54:49 +00:00
test_provider_manager.py feat(plugin): isolate from local packages 2026-07-31 14:25:48 +08:00
test_trigger_debug_event_selectors.py