Any idea why pytest doesn't report diffs at the at...
# development
b
Any idea why pytest doesn't report diffs at the attribute level when asserting that two
dataclass
instances are equal? It looks like it's supported this for a long while, well before the version we're using
h
Yeah probably the plugin in pants.toml, which overrides the diff comparison
b
pytest-icdiff
?
h
Yes
b
Yup, that does it
Interestingly, the dataclass diffing wasn't as nice as I'd hoped, and I'm not sure why