quart.testing.connections モジュール#
- 例外 quart.testing.connections.HTTPDisconnectError#
ベース:
Exception
- クラス quart.testing.connections.TestHTTPConnection(app: Quart, scope: HTTPScope, _preserve_context: bool = False)#
ベース:
object- 非同期 disconnect() None#
- 非同期 receive() bytes#
- 非同期 send(data: bytes) None#
- 非同期 send_complete() None#
- クラス quart.testing.connections.TestWebsocketConnection(app: Quart, scope: WebsocketScope)#
ベース:
object- 非同期 close(code: int) None#
- 非同期 disconnect() None#
- 非同期 receive() AnyStr#
- 非同期 receive_json() Any#
- 非同期 send(data: AnyStr) None#
- 非同期 send_json(data: Any) None#
- 例外 quart.testing.connections.WebsocketDisconnectError#
ベース:
Exception