fabro/lib/crates/fabro-cli/tests/it/scenario
Bryan Helmkamp 46164fcda9
chore(test): extract TestContext::set_http_target helper
Replace 16 inline copies of the `[cli.target] type = "http"` settings TOML across CLI integration tests with a single `set_http_target(&base_url)` method on `TestContext`. Removes a brittle format string that was maintained in ten files but only meaningfully asserted-against in one.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-30 10:11:47 -04:00
..
archive.rs refactor(run-status): unify tagged lifecycle states 2026-04-22 17:15:13 -04:00
artifacts.rs test(cli): prune slow integration outliers 2026-04-28 19:26:27 -07:00
auth.rs feat(auth): store dev tokens in auth store 2026-04-24 16:02:36 -04:00
exec.rs lint(clippy): disallow blocking std::fs on Tokio paths 2026-04-19 17:22:21 -04:00
lifecycle.rs test(snapshot): share JSON snapshot helper 2026-04-24 15:14:06 -04:00
mod.rs test(cli): prune slow integration outliers 2026-04-28 19:26:27 -07:00
server_lifecycle.rs feat(auth): store dev tokens in auth store 2026-04-24 16:02:36 -04:00
smoke.rs chore(test): extract TestContext::set_http_target helper 2026-04-30 10:11:47 -04:00