"bar"), "w") as f: f.write("bar") with pytest.raises(HTTPError) as e: await ensure_async(cm.get("..")) expected_http_error(e, 404) with ...
確定! 回上一頁