pytest-clarity
pytest-clarity copied to clipboard
Add pydantic BaseModel support
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 @darrenburns, are you interested in this PR, or should I close it?