Print diffs when tests fail

This commit is contained in:
Max Brunsfeld 2019-01-07 22:01:40 -08:00
parent 20fcffb393
commit 6c4d00aad5
4 changed files with 35 additions and 10 deletions

View file

@ -10,6 +10,7 @@ path = "src/main.rs"
[dependencies]
ansi_term = "0.11"
difference = "2.0"
lazy_static = "1.2.0"
smallbitvec = "2.3.0"
clap = "2.32"