dify/api/tests/unit_tests/core/app
Yansong Zhang 5f87239abc fix: resolve CI failures — unused imports, type errors, test updates
- Remove 12 unused imports across node.py, tool_manager.py,
  event_adapter.py, legacy_response_adapter.py
- Fix Sequence[str] → list[str] type annotation in node.py
- Update test_agent_chat_app_runner.py: CotChatAgentRunner →
  AgentAppRunner (old runner classes replaced by unified runner)

Made-with: Cursor
2026-04-13 13:10:08 +08:00
..
app_config refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
apps fix: resolve CI failures — unused imports, type errors, test updates 2026-04-13 13:10:08 +08:00
entities refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
features test: unit test cases for sub modules in core.app (except core.app.apps) (#32476) 2026-03-25 02:13:28 +08:00
layers refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
task_pipeline refactor(api): tighten types for Tenant.custom_config_dict and MCPToolProvider.headers (#34698) 2026-04-08 01:36:42 +00:00
workflow refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
test_easy_ui_model_config_manager.py refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00