Commit 11654ed
committed
Add pragma: no cover to remaining FileSearchTool helper function
The _map_file_search_tool_call function and status handling (line 1568)
are only called from API-dependent code paths that are already marked
with pragma: no cover, so they cannot be covered without actual OpenAI
API responses.
This achieves 100% coverage for all testable code paths.1 parent 18b4b86 commit 11654ed
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2268 | 2268 | | |
2269 | 2269 | | |
2270 | 2270 | | |
2271 | | - | |
| 2271 | + | |
| 2272 | + | |
2272 | 2273 | | |
2273 | 2274 | | |
2274 | 2275 | | |
| |||
0 commit comments