Commit 4ca7875
test(cli_tools_click): mock get_app_or_root_agent in eval CLI tests
The eval CLI now resolves agents via `get_app_or_root_agent`. Update
the shared `mock_get_root_agent` fixture in test_cli_tools_click.py to
patch the new resolver and yield `(None, root_agent)`, matching the
non-App path the eval-set-id tests exercise.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 041e5d9 commit 4ca7875
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
64 | 72 | | |
65 | 73 | | |
66 | 74 | | |
| |||
0 commit comments