Could we drop `pytest-icdiff`? Some diffs are pret...
# development
c
Could we drop
pytest-icdiff
? Some diffs are pretty, sure… but colors alone aren’t great for large diffs…
Spot the error:
Now imagine this being in a haystack of 200 lines of diff… took me well over 30 minutes to find it..
😬 1
I’m sure I temp commented it out of the
pants.toml
file and regenerated the pytest lock file in the past, but it wouldn’t work this time(?!)
h
What does the diff look like without colors?
I think I didn't even realize that color diff output was from a pytest plugin...
c
It doesn’t just color it, it formats it differently.
I’ll see if I can produce a snippet without the icdiff plugin durign the weekend
👍 1
h