pytest-clarity icon indicating copy to clipboard operation
pytest-clarity copied to clipboard

Add pydantic BaseModel support

Open JonathanPlasse opened this issue 2 years ago • 1 comments

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.

JonathanPlasse avatar Mar 16 '23 19:03 JonathanPlasse

Hi @darrenburns, are you interested in this PR, or should I close it?

JonathanPlasse avatar Jun 06 '24 13:06 JonathanPlasse