🧪 test(gmail_client): add unit tests with comprehensive coverage for MessageSummary and public API

This commit is contained in:
Jeremiah Russell
2025-10-20 09:55:00 +01:00
committed by Jeremiah Russell
parent 9bf69f3624
commit 084a643b74
5 changed files with 731 additions and 51 deletions

View File

@@ -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"