1
0
Fork 0
openapi-pydantic/tests/v3_1/__init__.py

7 lines
166 B
Python
Raw Normal View History

from openapi_pydantic.v3.v3_1.schema import Schema, schema_validate
def test_empty_schema() -> None:
schema = schema_validate({})
assert schema == Schema()