difftastic icon indicating copy to clipboard operation
difftastic copied to clipboard

Add insta-based snapshot tests that cover side-by-side format

Open yuja opened this issue 8 months ago • 0 comments

I'm going to fix inline diff issue #704, and found that the inline format isn't covered by CLI tests. I could duplicate compare_all.sh to test various formats, but it's uneasy to review that a new formatting is better than the previous version. I think snapshot testing will help guarantee the output quality without increasing maintenance burden too much.

If we like the idea, maybe we can migrate some of compare_all.sh tests to the insta-based ones.

Note that this will add ~10sec to "cargo test" runs.

yuja avatar Jun 13 '24 12:06 yuja