mirror of https://github.com/tiangolo/fastapi.git
update test coverage
This commit is contained in:
parent
4359b9355f
commit
3e6a63e4c9
|
|
@ -12,6 +12,7 @@ client = TestClient(app)
|
|||
[
|
||||
("/api_route", 200, {"message": "Hello World"}),
|
||||
("/non_decorated_route", 200, {"message": "Hello World"}),
|
||||
("/multiple-methods", 200, {"message": "Hello World"}),
|
||||
("/nonexistent", 404, {"detail": "Not Found"}),
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue