Rename framework type from cargo to nextest in TOML configs#115
Rename framework type from cargo to nextest in TOML configs#115DanverImbue merged 2 commits intomainfrom
Conversation
Update the three offload-cargo TOML files to use type = "nextest" and add a serde rename attribute so the Cargo variant deserializes from the new name. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Vet found 1 issue. README.md:204 [documentation_implementation_mismatch] (severity 3/5) (confidence 0.90) The README.md references to the framework type |
Update user-facing string literals in main.rs so the CLI accepts and displays "nextest" instead of "cargo" as the framework name. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Vet found 1 issue. README.md:376 [documentation_implementation_mismatch] (severity 3/5) (confidence 0.95) The README.md contains example configuration snippets that still use |
Summary
type = "cargo"totype = "nextest"in the threeoffload-cargo-*.tomlconfig files#[serde(rename = "nextest")]to theCargovariant inFrameworkConfigso TOML deserialization accepts the new nameschema.rsTest plan
cargo fmt --checkpassescargo clippypasses (no warnings)cargo nextest runpasses (128/128 tests)🤖 Generated with Claude Code