core/tests/components/hue
J. Nick Koston dbd3147c9b
Remove `async_late_forward_entry_setups` and instead implicitly hold the lock (#119088)
* Refactor config entry forwards to implictly obtain the lock instead of explictly

This is a bit of a tradeoff to not need async_late_forward_entry_setups

The downside is we can no longer detect non-awaited plastform setups
as we will always implicitly obtain the lock instead of explictly.

Note, this PR is incomplete and is only for discussion purposes
at this point

* preen

* cover

* cover

* restore check for non-awaited platform setup

* cleanup

* fix missing word

* make non-awaited test safer
2024-06-12 21:06:11 -04:00
..
fixtures
__init__.py
conftest.py Remove `async_late_forward_entry_setups` and instead implicitly hold the lock (#119088) 2024-06-12 21:06:11 -04:00
const.py Fix ghost events for Hue remotes (#113047) 2024-05-15 15:48:15 +02:00
test_binary_sensor.py
test_bridge.py Ensure config entries are not unloaded while their platforms are setting up (#118767) 2024-06-04 21:34:39 -04:00
test_config_flow.py
test_device_trigger_v1.py Improve typing for `calls` fixture in tests (a-l) (#118349) 2024-05-29 09:06:48 +02:00
test_device_trigger_v2.py
test_diagnostics.py
test_event.py Fix ghost events for Hue remotes (#113047) 2024-05-15 15:48:15 +02:00
test_init.py
test_light_v1.py Remove `async_late_forward_entry_setups` and instead implicitly hold the lock (#119088) 2024-06-12 21:06:11 -04:00
test_light_v2.py Fix consider-using-tuple pylint warnings in component tests (#119464) 2024-06-12 15:50:27 +02:00
test_migration.py
test_scene.py
test_sensor_v1.py Fix namespace-import pylint warning in components (#119299) 2024-06-10 15:55:08 +02:00
test_sensor_v2.py Remove `async_late_forward_entry_setups` and instead implicitly hold the lock (#119088) 2024-06-12 21:06:11 -04:00
test_services.py Use `MockConfigEntry` in hue tests (#117237) 2024-05-11 23:36:54 -04:00
test_switch.py