fabro/lib/crates/fabro-cli/tests/it
Bryan Helmkamp af408dc66c
fix(tests): make bulk_skip model test independent of local credentials
The snapshot was overfit to local env — it hardcoded Anthropic models
passing because the server inherited ANTHROPIC_API_KEY from the test
runner. On CI with no API keys, all models are skipped and the snapshot
diverged.

Replace the snapshot with targeted assertions: exit code 0 and "Skipped"
appears in stderr. This works regardless of which credentials are
available in the test environment.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 11:22:02 -04:00
..
cmd fix(tests): make bulk_skip model test independent of local credentials 2026-04-15 11:22:02 -04:00
scenario fix(tests): isolate CLI integration tests from repo project config 2026-04-15 11:18:19 -04:00
support fix(tests): isolate CLI integration tests from repo project config 2026-04-15 11:18:19 -04:00
workflow fix(tests): isolate CLI integration tests from repo project config 2026-04-15 11:18:19 -04:00
main.rs chore(lint): fix all clippy warnings including --tests 2026-04-10 10:16:24 -04:00