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

Convert common fixtures to plain functions #221

Merged
merged 35 commits into from
Oct 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
ed23035
Move `zha_device_from_file`
puddly Oct 2, 2024
c4f0fdf
Migrate `device_joined` (`test_switch`)
puddly Oct 2, 2024
ee97564
Migrate `device_joined` (`test_discover`)
puddly Oct 2, 2024
b5a5446
Migrate `device_joined` (`test_binary_sensor`)
puddly Oct 2, 2024
79bbcf8
Migrate `device_joined` (`test_climate`)
puddly Oct 2, 2024
0e620a2
Migrate `device_joined` (`test_update`)
puddly Oct 2, 2024
0dc3ac4
Migrate `device_joined` (`test_cluster_handlers`)
puddly Oct 2, 2024
4f6206e
Migrate `device_joined` (`test_application_helpers`)
puddly Oct 2, 2024
c924ba9
Migrate `device_joined` (`test_fan`)
puddly Oct 2, 2024
5ffeacd
Migrate `device_joined` (`test_alarm_control_panel`)
puddly Oct 2, 2024
23138c7
Migrate `device_joined` (`test_device_tracker`)
puddly Oct 2, 2024
6051fa9
Migrate `device_joined` (`test_cover`)
puddly Oct 2, 2024
a66dc20
Migrate `device_joined` (`test_sensor`)
puddly Oct 2, 2024
1f2f617
Migrate `device_joined` (`test_light`)
puddly Oct 2, 2024
eb1e697
Migrate `device_joined` (`test_button`)
puddly Oct 2, 2024
f19177c
Migrate `device_joined` (`test_select`)
puddly Oct 2, 2024
4d0d91f
Migrate `device_joined` (`test_siren`)
puddly Oct 2, 2024
e1f1144
Migrate `device_joined` (`test_lock`)
puddly Oct 2, 2024
4b24f41
Migrate `device_joined` (`test_number`)
puddly Oct 2, 2024
84b5972
Migrate `device_joined` (`test_gateway`)
puddly Oct 2, 2024
64593be
Migrate `device_joined` (`test_device`)
puddly Oct 2, 2024
dfe26d4
Migrate `zigpy_device_mock` -> `create_mock_zigpy_device` (`test_swit…
puddly Oct 2, 2024
1f90790
Migrate `zigpy_device_mock` -> `create_mock_zigpy_device` (`test_light`)
puddly Oct 2, 2024
fb2af16
Migrate `zigpy_device_mock` -> `create_mock_zigpy_device` (`test_sens…
puddly Oct 2, 2024
4f3e2a2
Migrate `zigpy_device_mock` -> `create_mock_zigpy_device` (`test_bina…
puddly Oct 2, 2024
ff7d9e2
Migrate `zigpy_device_mock` -> `create_mock_zigpy_device` (`test_clus…
puddly Oct 3, 2024
96f17f7
Migrate `zigpy_device_mock` -> `create_mock_zigpy_device` (`test_disc…
puddly Oct 3, 2024
714aef7
Migrate `zigpy_device_mock` -> `create_mock_zigpy_device` (`test_cover`)
puddly Oct 3, 2024
7699ed0
Migrate `zigpy_device_mock` -> `create_mock_zigpy_device` (`test_butt…
puddly Oct 3, 2024
2ded22b
Migrate `zigpy_device_mock` -> `create_mock_zigpy_device` (`test_fan`)
puddly Oct 3, 2024
c378795
Migrate `zigpy_device_mock` -> `create_mock_zigpy_device` (`test_gate…
puddly Oct 3, 2024
baf4a0e
`zigpy_device_mock`: finish the rest
puddly Oct 3, 2024
280acd6
Remove unused device availability setters
puddly Oct 3, 2024
1f764e2
Remove unused fixtures
puddly Oct 3, 2024
dcca820
Revert "Remove unused fixtures"
puddly Oct 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ async def __aexit__(
async def zha_gateway(
zha_data: ZHAData,
zigpy_app_controller,
caplog, # pylint: disable=unused-argument
puddly marked this conversation as resolved.
Show resolved Hide resolved
):
"""Set up ZHA component."""

Expand Down
Loading