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

Sync Tests with Fixes #31

Merged
merged 2 commits into from
Sep 4, 2024
Merged

Sync Tests with Fixes #31

merged 2 commits into from
Sep 4, 2024

Conversation

milosljubenovic
Copy link
Collaborator

No description provided.

Fixed issue with empty_weight not defines & error burst from humidity…
@milosljubenovic milosljubenovic merged commit 9dda352 into feature/initial_tests Sep 4, 2024
2 checks passed
Copy link

github-actions bot commented Sep 4, 2024

Coverage Report

============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.1, pluggy-1.5.0
rootdir: /home/runner/work/catlink/catlink
plugins: unordered-0.6.1, sugar-1.0.0, picked-0.5.0, pytest_freezer-0.4.8, asyncio-0.23.8, timeout-2.3.1, anyio-4.4.0, socket-0.7.0, syrupy-4.6.1, respx-0.21.1, github-actions-annotate-failures-0.2.0, requests-mock-1.12.1, cov-5.0.0, homeassistant-custom-component-0.13.160, aiohttp-1.0.5, xdist-3.6.1
asyncio: mode=Mode.AUTO
collected 1 item

tests/test_init.py .                                                     [100%]

---------- coverage: platform linux, python 3.12.5-final-0 -----------
Name                                                       Stmts   Miss  Cover
------------------------------------------------------------------------------
custom_components/catlink/__init__.py                         34     11    68%
custom_components/catlink/binary_sensor.py                    10      0   100%
custom_components/catlink/button.py                           16      7    56%
custom_components/catlink/const.py                            24      0   100%
custom_components/catlink/entitites/__init__.py                3      0   100%
custom_components/catlink/entitites/catlink.py                46     33    28%
custom_components/catlink/entitites/catlink_binary.py         15      7    53%
custom_components/catlink/helpers.py                          19      5    74%
custom_components/catlink/models/__init__.py                   0      0   100%
custom_components/catlink/models/additional_cfg.py             6      0   100%
custom_components/catlink/modules/__init__.py                  7      0   100%
custom_components/catlink/modules/account.py                 125     88    30%
custom_components/catlink/modules/device.py                  150    104    31%
custom_components/catlink/modules/devices_coordinator.py      70     52    26%
custom_components/catlink/modules/feeder_device.py            98     63    36%
custom_components/catlink/modules/litterbox.py               229    172    25%
custom_components/catlink/modules/scooper_device.py          141     91    35%
custom_components/catlink/select.py                           32     17    47%
custom_components/catlink/sensor.py                           15      4    73%
custom_components/catlink/switch.py                           28     16    43%
------------------------------------------------------------------------------
TOTAL                                                       1068    670    37%


============================== 1 passed in 0.35s ===============================

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.

1 participant