MCPcopy
hub / github.com/pydantic/pydantic / test_not_from_attributes

Function test_not_from_attributes

tests/test_deprecated.py:165–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163
164
165def test_not_from_attributes():
166 class Pet(BaseModel):
167 name: str
168 species: str
169
170 with pytest.raises(PydanticUserError):
171 deprecated_from_orm(Pet, None)
172
173
174def test_object_with_getattr():

Callers

nothing calls this directly

Calls 1

deprecated_from_ormFunction · 0.85

Tested by

no test coverage detected