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

Replace deprecated dev.handle_message usage in tests #3746

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

TheJulianJES
Copy link
Collaborator

Proposed change

Replace deprecated device.handle_message with device.packet_received in tests.

Additional information

Original zigpy PR that deprecated device.handle_message and introduced device.packet_received:

Checklist

  • The changes are tested and work correctly
  • pre-commit checks pass / the code has been formatted using Black
  • Tests have been added to verify that the new code works

@TheJulianJES TheJulianJES added the code quality Improvement to code quality label Jan 21, 2025
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.04%. Comparing base (080f73f) to head (fd34627).
Report is 9 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #3746   +/-   ##
=======================================
  Coverage   90.04%   90.04%           
=======================================
  Files         321      321           
  Lines       10442    10442           
=======================================
  Hits         9402     9402           
  Misses       1040     1040           

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

@TheJulianJES TheJulianJES merged commit eabffb2 into zigpy:dev Jan 23, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Improvement to code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant