Drive `negotiate_auto` against the stub; cast at one seam so the tests stay suppression-free.
(session: _StubSession)
| 69 | |
| 70 | |
| 71 | async def _negotiate(session: _StubSession) -> None: |
| 72 | """Drive `negotiate_auto` against the stub; cast at one seam so the tests stay suppression-free.""" |
| 73 | await negotiate_auto(cast("ClientSession", session)) |
| 74 | |
| 75 | |
| 76 | def _discover_dict(versions: list[str] | None = None) -> dict[str, Any]: |
no test coverage detected