Use pretty assertions!

This commit is contained in:
Jordan Petridis
2018-04-03 19:42:10 +00:00
parent a463753c84
commit e07e35110d
7 changed files with 37 additions and 0 deletions
+3
View File
@@ -41,3 +41,6 @@ path = "../hammond-data"
[dependencies.hammond-downloader]
path = "../hammond-downloader"
[dev-dependencies]
pretty_assertions = "0.5.1"
+4
View File
@@ -19,6 +19,10 @@ extern crate lazy_static;
#[macro_use]
extern crate log;
#[cfg(test)]
#[macro_use]
extern crate pretty_assertions;
extern crate ammonia;
extern crate chrono;
// extern crate dissolve;