@pytest.mark.asyncio async def test_app(app): client = app.test_client() ... To test with quart you will need to have an event loop in order to call the ...
確定! 回上一頁