-
Notifications
You must be signed in to change notification settings - Fork 412
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
__repr__ implemented for SettingProperties. #5497
Conversation
… use to print human readable representation of Settings
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.
can you also updat the changelog.md?
2. Removed a commented code as per the review comments.
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.
@bikash119, minor comment w.r.t. the changelog : )
Co-authored-by: David Berenstein <[email protected]>
@bikash119 , thanks for this PR! The help is appreciated :) |
@davidberenstein1957 : Thank you for your review comments and guidance. 🫶 |
__repr__
implementation for SettingsProperties. This will allow…… use to print human readable representation of SettingsDescription
__repr__
method to SettingProperties class.test_settings_repr
function under test_settings.pyCloses [FEATURE] add
__repr__
toargilla.settings._resource.SettingsProperties
#5380Type of change
How Has This Been Tested
Executed the unit test using
pytest tests/unit
Checklist