fabro/lib/apps/fabro-cli/tests/it
Bryan Helmkamp 32d6be7ea5
refactor(model): simplify model test plumbing
Review cleanups for the tools/reasoning-effort model test change:

- Extract a shared parse_query_enum helper in the models handler in
  place of two copy-pasted parse-or-400 match blocks.
- Collapse the duplicated basic-probe pipeline in fabro-llm behind a
  single basic_probe core; name the shared EXPANDED_MAX_TOKENS budget.
- Pass &ModelTestArgs to test_models_via_server instead of threading
  five of its fields positionally.
- Dedupe the two forwarding CLI integration tests behind a helper.
- Derive clap::ValueEnum for ReasoningEffort behind a feature-gated
  clap dep (same pattern as MergeStrategy in fabro-types) so --help,
  cli.mdx, and error output list effort values from the enum instead
  of a hand-written list that drifts.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TDdjG18d2AHh7mFWXFkBLn
2026-08-25 14:49:34 -04:00
..
cmd refactor(model): simplify model test plumbing 2026-08-25 14:49:34 -04:00
scenario Remove client-selected run IDs from the CLI 2026-08-01 11:47:11 -04:00
support Fix CLI RunSpec test fixtures 2026-08-24 12:17:47 -04:00
workflow Merge remote-tracking branch 'origin/main' into feat/infer-command-node-from-script 2026-07-29 10:40:26 -04:00
main.rs refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00