-
Notifications
You must be signed in to change notification settings - Fork 278
Clarify key rotations test cases by using keywords #1649
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
Clarify key rotations test cases by using keywords #1649
Conversation
Pull Request Test Coverage Report for Build 1448985910Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
8f95e2a
to
beb8087
Compare
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.
LGTM. Is black going to accept these without complaints when you enable black?
In order to make the `RootVersion` test cases understandable it's better if we use keywords and don't split the different RootVersions into multiple lines. Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
Ohh... I forgot to run black on that change. |
Pull Request Test Coverage Report for Build 1393945892Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
1 similar comment
Pull Request Test Coverage Report for Build 1393945892Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Description of the changes being introduced by the pull request:
As I mentioned in my comment here #1607 (comment) while I was reviewing #1635 it was a little hard for me to remember the placement of the arguments for RootVersion considering they are 15 root rotations tested and the dataset becomes a larger piece of code.
That's why I suggest using keywords whenever possible to do that without splitting the
RootVersion
instance creation into two lines.Signed-off-by: Martin Vrachev mvrachev@vmware.com
Please verify and check that the pull request fulfills the following
requirements: