(request: pytest.FixtureRequest)
| 1275 | ] |
| 1276 | ) |
| 1277 | def keepalive_ws_protocol_cls(request: pytest.FixtureRequest): |
| 1278 | from uvicorn.importer import import_from_string |
| 1279 | |
| 1280 | return import_from_string(request.param) |
| 1281 | |
| 1282 | |
| 1283 | async def test_server_keepalive_ping_pong( |
nothing calls this directly
no test coverage detected