test(agent): align tests with agent runner plugin path

This commit is contained in:
huanghuoguoguo
2026-06-22 23:48:02 +08:00
parent 55b098bf39
commit a332583750
5 changed files with 114 additions and 31 deletions
+1
View File
@@ -154,6 +154,7 @@ def make_pipeline_handler_import_mocks() -> dict[str, MagicMock]:
'langbot.pkg.pipeline.controller': MagicMock(),
'langbot.pkg.pipeline.pipelinemgr': MagicMock(),
'langbot.pkg.pipeline.process.process': MagicMock(),
'langbot.pkg.provider.runner': MagicMock(preregistered_runners=[]),
'langbot.pkg.utils.importutil': mock_importutil,
}