Use insta for testing.

This commit is contained in:
2019-02-06 09:24:42 +01:00
parent 5a1d428c22
commit 8b1cc276d6
10 changed files with 714 additions and 702 deletions

View File

@@ -10,6 +10,7 @@ chrono = { version = "0.4", features = ["serde"] }
chrono-tz = "0.5"
directories = "1.0"
fern = { version = "0.5", features = ["colored"] }
htmlescape = "0.3"
log = "0.4"
regex = "1.1"
reqwest = "0.9"
@@ -17,9 +18,8 @@ scraper = "0.9"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
structopt = "0.2"
unhtml = "0.4"
unhtml_derive = "0.4"
htmlescape = "0.3"
unhtml = "0.5"
unhtml_derive = "0.5"
[dev-dependencies]
pretty_assertions = "0.5"
insta = "0.6"