-
-
Notifications
You must be signed in to change notification settings - Fork 227
Add TP25 fixtures #729
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
Add TP25 fixtures #729
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #729 +/- ##
=======================================
Coverage 87.99% 87.99%
=======================================
Files 41 41
Lines 3632 3632
Branches 910 910
=======================================
Hits 3196 3196
Misses 362 362
Partials 74 74 ☔ View full report in Codecov by Sentry. |
Looks like the tests pass, so we lack tests for this, too. Odd that it didn't crash with p300, needs a test and implementing setting |
Please update the fixture after #733 gets merged. |
[Full Changelog](python-kasa/python-kasa@0.6.2...0.6.2.1) **Fixed bugs:** - Avoid crashing on childdevice property accesses [\python-kasa#732](python-kasa#732) (@rytilahti) **Merged pull requests:** - Retain last two chars for children device\_id [\python-kasa#733](python-kasa#733) (@rytilahti) - Add TP15 fixture [\python-kasa#730](python-kasa#730) (@bdraco) - Add TP25 fixtures [\python-kasa#729](python-kasa#729) (@bdraco) - Various test code cleanups [\python-kasa#725](python-kasa#725) (@rytilahti) - Unignore F401 for tests [\python-kasa#724](python-kasa#724) (@rytilahti)
[Full Changelog](0.6.2...0.6.2.1) **Fixed bugs:** - Avoid crashing on childdevice property accesses [\#732](#732) (@rytilahti) **Merged pull requests:** - Retain last two chars for children device\_id [\#733](#733) (@rytilahti) - Add TP15 fixture [\#730](#730) (@bdraco) - Add TP25 fixtures [\#729](#729) (@bdraco) - Various test code cleanups [\#725](#725) (@rytilahti) - Unignore F401 for tests [\#724](#724) (@rytilahti)
Note that this doesn't work in Hass yet