Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixup!(v0.2.5): reinterpret --version/-V to show cargo-pretty-test version #44

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

zjp-CN
Copy link
Collaborator

@zjp-CN zjp-CN commented Oct 14, 2023

Note: cargo instead of cargo test supports that argument

before this PR

$ cargo pretty-test --version
Error from cargo-pretty-test:
"" should contain `running (?P<amount>\d+) tests?` pattern

Error from cargo test:
error: unexpected argument '--version' found

  tip: a similar argument exists: '--verbose'

Usage: cargo test --verbose... [TESTNAME] [-- [args]...]

For more information, try '--help'.

after this PR

$ cargo pretty-test --version
cargo-pretty-test version: 0.2.5

ref #23

…t version

Note: `cargo` instead of `cargo test` supports that argument
@zjp-CN
Copy link
Collaborator Author

zjp-CN commented Oct 14, 2023

Already published cargo-pretty-test v0.2.5 at registry crates-io

@zjp-CN zjp-CN merged commit 43f372f into josecelano:main Oct 14, 2023
5 checks passed
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.

1 participant