You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.7 KiB
1.7 KiB
| title | status | type | priority | created_at | updated_at | blocked_by | ||
|---|---|---|---|---|---|---|---|---|
| Set up tests/Cargo.toml with integration test dependencies (reqwest/hyper, tokio, serde_json) | completed | task | critical | 2026-03-10T23:32:07Z | 2026-03-10T23:32:15Z |
|
Triage decisions:
- 0d84fa: HTTP client →
reqwestwithtokio::test - fba598: Isolation strategy → per-test temp SQLite file via
tempfilecrate
[dev-dependencies]
reqwest = { version = "0.12", features = ["json"] }
tokio = { version = "1", features = ["full"] }
serde_json = "1"
tempfile = "3"
Confirm cargo check passes after adding these.
cargo fmt
cargo check
cargo clippy
cargo test
`chore(quotesdb): add integration test dev-dependencies (reqwest, tokio, serde_json, tempfile)`