Add tests for form and files

This commit is contained in:
Sebastián Ramírez
2018-12-22 08:39:26 +04:00
parent 748dc375db
commit f1808de18e
5 changed files with 174 additions and 11 deletions

View File

@@ -87,16 +87,6 @@ def test_openapi_scheme():
assert response.json() == openapi_schema
item_id_not_int = {
"detail": [
{
"loc": ["path", "item_id"],
"msg": "value is not a valid integer",
"type": "type_error.integer",
}
]
}
password_required = {
"detail": [
{