🧪 test(gmail_client): add unit tests with comprehensive coverage for MessageSummary and public API
This commit is contained in:
committed by
Jeremiah Russell
parent
9bf69f3624
commit
084a643b74
@@ -38,6 +38,12 @@ thiserror = "2.0.17"
|
||||
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
|
||||
toml = "0.9.7"
|
||||
|
||||
[dev-dependencies]
|
||||
httpmock = "0.8"
|
||||
tokio-test = "0.4"
|
||||
temp-env = "0.3"
|
||||
tempfile = "3.12"
|
||||
|
||||
[lints.clippy]
|
||||
uninlined-format-args = "warn"
|
||||
unnecessary_semicolon = "warn"
|
||||
|
||||
Reference in New Issue
Block a user