Commit 62725e2
g97iulio1609
fix: add pragma no cover for unused test helper callback
The _list_tools callback is required to construct the Server but is not
actually invoked during the notification test. Marking with pragma: no cover
fixes the 99.99% -> 100% coverage gate.1 parent 5d48dd4 commit 62725e2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments