⬆️ Add tests, fix issues and update Pydantic

This commit is contained in:
Sebastián Ramírez
2018-12-28 16:10:29 +04:00
parent 0125ea4f83
commit 804ec460fc
28 changed files with 696 additions and 76 deletions

View File

@@ -81,7 +81,7 @@ openapi_schema = {
}
def test_openapi_scheme():
def test_openapi_schema():
response = client.get("/openapi.json")
assert response.status_code == 200
assert response.json() == openapi_schema