masonry-rs
masonry-rs copied to clipboard
Improve snapshot tests
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.