Fix 14 tool bugs: capability_check tool_name, quality_gate pipefail, 12 doc param fixes, 3 test-suite fixes
This commit is contained in:
@@ -8,6 +8,10 @@ import sys
|
||||
from types import SimpleNamespace
|
||||
from unittest.mock import MagicMock
|
||||
|
||||
# Ensure /a0 is on sys.path so `usr.plugins...` imports resolve
|
||||
if "/a0" not in sys.path:
|
||||
sys.path.insert(0, "/a0")
|
||||
|
||||
|
||||
# Minimal-Stubs für helpers.tool: Tool als leere Klasse, Response als SimpleNamespace
|
||||
class _FakeResponse:
|
||||
|
||||
Reference in New Issue
Block a user