fabro/lib/crates/arc-devcontainer
Bryan Helmkamp 7e2e61a4a7 Convert field-by-field and contains() tests to insta inline snapshots
Replace verbose assertion chains with insta snapshots across 4 crates:
- arc-devcontainer: 3 generate_layer tests (contains → assert_snapshot)
- arc-llm catalog: 7 model info tests (field-by-field → assert_debug_snapshot)
- arc-llm types: 2 usage serialization tests (contains → assert_snapshot)
- arc-util telemetry: 3 track serialization tests (per-key → assert_snapshot)

Snapshots now cover all fields (aliases, family, training, cache costs, etc.)
that were previously unasserted.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-10 21:24:27 -04:00
..
src Convert field-by-field and contains() tests to insta inline snapshots 2026-03-10 21:24:27 -04:00
tests Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
Cargo.toml Introduce insta snapshot testing for arc-devcontainer and arc-cli 2026-03-10 21:09:15 -04:00
DEVCONTAINER-COMPATIBILITY.md Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
INTEGRATION.md Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00