Use insta for testing.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user