Skip to content

fix: use cargo_bin macro in tests#191

Open
DaniPopes wants to merge 1 commit into
ggwpez:masterfrom
DaniPopes:fix-cargo-bin-macro
Open

fix: use cargo_bin macro in tests#191
DaniPopes wants to merge 1 commit into
ggwpez:masterfrom
DaniPopes:fix-cargo-bin-macro

Conversation

@DaniPopes
Copy link
Copy Markdown
Contributor

Replaces the deprecated assert_cmd cargo_bin helper with the cargo_bin! macro so the integration test command lookup works with custom Cargo build directories. Closes #177.

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.

Tests rely on deprecated assert_cmd::cargo_bin which will break on future Cargo versions

1 participant