Commit 5f63149
test: teach the run-command config stubs about optimizer_harbor_args
Two tests in test_v05_harbor_http.py build the build-config as a
SimpleNamespace carrying only the attributes run_command reads, so adding a
field to HarborBuildConfig breaks them with an AttributeError that surfaces
only as a non-zero exit code. Same convention as when agent_env was added:
the stub grows with the config.
The mirror of that also applied to this branch's own test, whose _Config
predates agent_env and so broke once both fields were in the same code path.
Suite now matches the base branch exactly: 11 pre-existing failures, none
new.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent aa6a063 commit 5f63149
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
264 | 268 | | |
265 | 269 | | |
266 | 270 | | |
| |||
313 | 317 | | |
314 | 318 | | |
315 | 319 | | |
316 | | - | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
317 | 325 | | |
318 | 326 | | |
319 | 327 | | |
| |||
0 commit comments