josecelano / cargo-pretty-test

A Rust command that prettifies the ugly `cargo test` output into a beautiful one.
https://users.rust-lang.org/t/cargo-test-output-with-indentation/100149
135 stars 1 forks source link

Add documentation for snapshot testing #15

Open josecelano opened 11 months ago

josecelano commented 11 months ago

Add "Testing" section to the README explaining the snapshot testing.

Add at least the dependency with cargo insta and how to install it:

cargo install cargo-insta