-
Notifications
You must be signed in to change notification settings - Fork 47
feat: add equality checks to domains #481
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
Conversation
jooola
left a comment
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.
Great addition thanks, I am bit worry of the side effects.
The good news is that nothing is currently equal, so if we implement a fairly strict equality requirement, I can't imagine we'd have too many negative side-effects. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #481 +/- ##
==========================================
+ Coverage 92.90% 92.93% +0.02%
==========================================
Files 64 64
Lines 3002 3014 +12
==========================================
+ Hits 2789 2801 +12
Misses 213 213 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This allows easier introspection of API responses. Very useful for unit-testing behaviour of wrappers of hcloud.
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.
The good news is that nothing is currently equal, so if we implement a fairly strict equality requirement, I can't imagine we'd have too many negative side-effects.
Agreed :)
Looks great, just have one last question.
<!-- section-start changelog --> ### Features - drop support for python 3.8 (#458) - add equality checks to domains (#481) ### Bug Fixes - server public ipv4 and ipv6 properties are nullable (#455) <!-- section-end changelog --> --- <details> <summary><h4>PR by <a href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a> 🤖</h4></summary> If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs. ## Release Notes ### Prefix / Start This will be added to the start of the release notes. ```rp-prefix ``` ### Suffix / End This will be added to the end of the release notes. ```rp-suffix ``` </details> Co-authored-by: releaser-pleaser <>
This allows easier introspection of API responses. Very useful for unit-testing behaviour of wrappers of hcloud.