-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Added unit tests for the tools/releases package #15017
Added unit tests for the tools/releases package #15017
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
@frouioui could you please review this PR whenever you have a moment? Thanks :) |
Path: `\./`, | ||
}, | ||
template: "", | ||
expectedErr: `open \./README.md: no such file or directory`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any reason why using backticks here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to use the \
character.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thank you!
Thanks for looking into this. |
This commit bumps the code coverage of the `tools/releases` package from 0% to almost 60%. Partially addresses: vitessio#14931 Signed-off-by: VaibhavMalik4187 <[email protected]>
81ec9db
to
a6c5763
Compare
Description
This commit bumps the code coverage of the
tools/releases
package from 0% to almost 60%.Related Issue(s)
Partially addresses: #14931
Checklist