masonry-rs icon indicating copy to clipboard operation
masonry-rs copied to clipboard

Improve snapshot tests

Open PoignardAzur opened this issue 1 year ago • 1 comments

Right now the assert_render_snapshot! macro and the underlying code are held together with duck-tape.

Some possible improvements:

  • Better error messages when a snapshot test fails.
  • Some sort of cargo-insta style UI tool that shows you the image and asks you to validate one or the other.

PoignardAzur avatar Dec 24 '22 12:12 PoignardAzur