perf: 并行化后端单测并拆分覆盖率任务 (#6369)

This commit is contained in:
InfinityPacer
2026-08-20 20:01:36 +08:00
committed by GitHub
parent cbdde6443d
commit 638ea6f01e
6 changed files with 300 additions and 15 deletions
+2
View File
@@ -436,6 +436,8 @@ class AgentImageSupportTest(unittest.TestCase):
with patch.object(settings, "AI_AGENT_ENABLE", True), patch.object(
settings, "LLM_SUPPORT_IMAGE_INPUT", False
), patch(
"app.chain.message.supports_image_input", return_value=False
), patch.object(chain, "_get_or_create_session_id", return_value="session-1"), patch.object(
chain, "_download_attachments_to_data_urls"
) as download_images, patch.object(