Commit b069c5b
test: add debug output and model to MCP e2e tests (#536)
## Summary
- Add print statements to MCP e2e tests for debug visibility of message
types and content
- Specify `model="claude-opus-4-5"` in the permission enforcement test
- Print the `executions` dict in the permission test for easier
debugging
## Test plan
- [ ] Run `python -m pytest e2e-tests/test_sdk_mcp_tools.py -v -s` to
verify debug output appears
- [ ] Confirm permission enforcement test passes with specified model
## Changelog
<!-- CHANGELOG:START -->
<!-- CHANGELOG:END -->
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent abf5fae commit b069c5b
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
130 | | - | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
| |||
161 | 163 | | |
162 | 164 | | |
163 | 165 | | |
164 | | - | |
| 166 | + | |
165 | 167 | | |
166 | 168 | | |
0 commit comments