Skip to content

test: cover rustup tool update execution - #112

Open
iancleary wants to merge 1 commit into
mainfrom
fix/issue-97-rustup-update
Open

test: cover rustup tool update execution#112
iancleary wants to merge 1 commit into
mainfrom
fix/issue-97-rustup-update

Conversation

@iancleary

Copy link
Copy Markdown
Owner

Summary

  • exercise forge tool update rustup through the CLI integration-test boundary
  • verify the configured rustup subprocess receives the update argument
  • verify the command reports a successful rustup result in JSON output

Context

The rustup update plan and documentation are already present on main. This adds the missing non-dry-run regression proof so the behavior requested in #97 stays covered end to end.

Closes #97

Testing

  • cargo fmt --check
  • cargo test -p forge --test cli cli_tool_update_rustup_runs_rustup_update
  • cargo test -p forge
  • cargo check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Forge tool update should run rustup update

1 participant