Hi,
Love your plugin!
I extensively use pydantic in my projects and was unhappy that I had to add model.dict() for each asserts.
So, I added an automatic convertion to have the same diff as if the pydantic model was a dict.
The tests pass with pydantic installed or not.
Hi, Love your plugin! I extensively use pydantic in my projects and was unhappy that I had to add
model.dict()
for each asserts. So, I added an automatic convertion to have the same diff as if the pydantic model was adict
. The tests pass with pydantic installed or not.