MCPcopy Index your code
hub / github.com/IBM/AssetOpsBench / test_runner_defaults

Function test_runner_defaults

src/agent/opencode_agent/tests/test_runner.py:223–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221
222
223def test_runner_defaults():
224 runner = OpenCodeAgentRunner(server_paths={}, model="opencode/gpt-5")
225 assert runner._model_id == "opencode/gpt-5"
226 assert runner._opencode_model == "opencode/gpt-5"
227 assert runner._agent_name == "assetops"
228 assert runner._run_dir == _REPO_ROOT
229
230
231def test_runner_workspace_mode(tmp_path):

Callers

nothing calls this directly

Calls 1

OpenCodeAgentRunnerClass · 0.90

Tested by

no test coverage detected