DEBSOURCES
Skip Quicknav
sources / openapi-pydantic / 0.5.1-2 / tests / v3_1 / __init__.py
123456
from openapi_pydantic.v3.v3_1.schema import Schema, schema_validate def test_empty_schema() -> None: schema = schema_validate({}) assert schema == Schema()