Skip to content
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

fix: re-expose ServiceInfo._set_properties for backwards compat #1327

Merged
merged 1 commit into from Dec 10, 2023

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Dec 10, 2023

aiohomekit and others use this for testing so we need to make it a cpdef

This method was hidden from the python interface in #1264

aiohomekit and others use this for testing so we need
to make it a cpdef
@bdraco bdraco changed the title fix: make _set_properties a cpdef for backwards compat fix: re-expose ServiceInfo._set_properties for backwards compat Dec 10, 2023
Copy link

codecov bot commented Dec 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cd7a16a) 99.77% compared to head (7bf6cdf) 99.77%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1327   +/-   ##
=======================================
  Coverage   99.77%   99.77%           
=======================================
  Files          29       29           
  Lines        3106     3106           
  Branches      522      520    -2     
=======================================
  Hits         3099     3099           
  Misses          5        5           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bdraco bdraco merged commit 39c4005 into master Dec 10, 2023
31 checks passed
@bdraco bdraco deleted the _set_properties branch December 10, 2023 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant