需要導入模塊: import fastapi [as 別名] # 或者: from fastapi import FastAPI [as 別名] def ... with pytest.raises(FastAPIError): app = FastAPI() @app.get("/", ...
確定! 回上一頁