quart.testing.app module#

exception quart.testing.app.LifespanError#

Bases: Exception

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

Bases: object

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