test_ok1/testing/io
Benjamin Schubert 2d1710e0e9
Improve the full diff by having more consistent indentation in the PrettyPrinter ()
The normal default pretty printer is not great when objects are nested
and it can get hard to read the diff.

Instead, provide a pretty printer that behaves more like when json get
indented, which allows for smaller, more meaningful differences, at
the expense of a slightly longer diff.

This does not touch the other places where the pretty printer is used,
and only updated the full diff one.
2023-11-27 16:47:18 +02:00
..
test_pprint.py Improve the full diff by having more consistent indentation in the PrettyPrinter () 2023-11-27 16:47:18 +02:00
test_saferepr.py Merge the AlwaysDispathPrettyPrinter into the now vendored PrettyPrinter 2023-11-20 13:00:00 +00:00
test_terminalwriter.py Fix tests pygments 2.14.0 2023-01-04 10:30:28 +01:00
test_wcwidth.py Improve our own wcwidth implementation and remove dependency on wcwidth package 2020-05-26 17:14:01 +03:00