quart.testing.app 模块#

exception quart.testing.app.LifespanError#

继承自: Exception

class quart.testing.app.TestApp(app: Quart, startup_timeout: int = 6, shutdown_timeout: int = 6)#

继承自: object

async shutdown() None#
async startup() None#
test_client() TestClientProtocol#