-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Unit tests for config file operations #4298
Conversation
a9e3047
to
4fe44f4
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 👍 I'd group some tests into table tests, but it's a matter of style.
Co-authored-by: İnanç Gümüş <[email protected]>
@inancgumus my feeling is that there are differences between tests that will make readability worst if we are going to do that as table tests. I can do a refactor attempt in a dedicated pull request, but I'll look into it after we merged #4301 👍 |
What?
It adds a series of unit tests to cover operations on the config file on disk storage.
Why?
It creates a safer context for applying changes for #2508