| 1 | """Tests for the stdio client transport. |
| 2 | |
| 3 | Transport logic (framing, parse errors, shutdown escalation decisions) is tested in |
| 4 | process against a fake process injected through the spawn seam; only real OS behaviour |
nothing calls this directly
no test coverage detected