fabro/lib/crates/fabro-cli/tests
Bryan Helmkamp 9dedaa9e39 Fix doctor trycmd test: move env vars to [env.add] section
trycmd's Env struct requires env vars under [env.add], not directly
under [env]. Vars placed directly under [env] are silently ignored by
serde, so the subprocess ran with a fully cleared env. On CI this caused
dirs::home_dir() to fall back to passwd, loading the real cli.toml
(with app_id) but without GITHUB_APP_PRIVATE_KEY → partial config error.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 17:28:44 -04:00
..
cmd Fix doctor trycmd test: move env vars to [env.add] section 2026-03-14 17:28:44 -04:00
cli.rs Add fabro run --detach to fork workflows as background processes 2026-03-14 17:18:50 -04:00
trycmd.rs Split trycmd into per-subcommand tests and remove live-probe doctor fixtures 2026-03-13 18:03:23 -04:00