core/tests/components/mobile_app
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
..
__init__.py
conftest.py Add ClientSessionGenerator type hints in tests (#118377) 2024-05-29 14:49:14 +02:00
const.py
test_binary_sensor.py
test_device_action.py
test_device_tracker.py Remove `async_late_forward_entry_setups` and instead implicitly hold the lock (#119088) 2024-06-12 21:06:11 -04:00
test_http_api.py Adjust nacl import in tests (#119392) 2024-06-11 18:06:30 +02:00
test_init.py Bump ruff to 0.3.4 (#112690) 2024-03-26 00:02:16 +01:00
test_logbook.py
test_notify.py Improve type hints in tests (i-p) (#118380) 2024-05-30 08:47:08 +02:00
test_sensor.py
test_webhook.py Adjust nacl import in tests (#119392) 2024-06-11 18:06:30 +02:00