Browse Source

update test coverage

pull/10694/head
Emanuel Ilyayev 2 years ago
parent
commit
3e6a63e4c9
  1. 1
      tests/test_application.py

1
tests/test_application.py

@ -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…
Cancel
Save