-
Notifications
You must be signed in to change notification settings - Fork 119
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
refactor: Separate main function from MainCommand #1724
refactor: Separate main function from MainCommand #1724
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Timestamp: 2021-03-23 12:19:44 |
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.
Does it require any updates for tests? or atleast a documentaiton of what the change introduces (If anybesides neater code)
f7b2586
to
2217e2b
Compare
2217e2b
to
b43580c
Compare
This is refactoring, so it doesn't bring any changes in logic, so it also doesn't require any new test. But it brings some updates in tests according to separating the The reason for this change is specified here:
The documentation already takes this change into account, it is specified on the diagram. The |
Change request must be a statement not a question.
Fixes #1723
Test Plan
It's just refactoring, all unit tests should pass.