Something like [pytest-clarity](https://github.com/darrenburns/pytest-clarity) but with a `diff` function instead of `assert` when running Pytest. ```python diff(a, b) ``` 