1
0
Fork 0
openapi-pydantic/tests/v3_1/__init__.py
Daniel Baumann 97e6d74bac
Adding upstream version 0.5.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-04 22:22:32 +02:00

6 lines
166 B
Python

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