notmuch: add integration test to attempt to exhaustively walk messages.

This commit is contained in:
2021-10-31 11:39:04 -07:00
parent ad996643c9
commit 448cef15a8
3 changed files with 118 additions and 13 deletions

View File

@@ -8,7 +8,9 @@ edition = "2021"
[dependencies]
log = "0.4.14"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68"
serde_json = { version = "1.0", features = ["unbounded_depth"] }
thiserror = "1.0.30"
[dev-dependencies]
pretty_assertions = "1"
rayon = "1.5"