core/tests/components/assist_pipeline
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
..
snapshots Remove unused snapshots [a-f] (#117999) 2024-05-24 08:28:04 +02:00
__init__.py Update codespell ignore list (#118018) 2024-05-24 10:24:34 +02:00
conftest.py Improve type hints in assist_pipeline tests (#119066) 2024-06-07 12:39:25 -05:00
test_init.py Unignore Ruff PLR in tests (#114470) 2024-04-01 11:11:59 +02:00
test_logbook.py Add empty line after module docstring [tests a-e] (#112708) 2024-03-08 08:50:25 -05:00
test_pipeline.py Improve type hints in assist_pipeline tests (#119066) 2024-06-07 12:39:25 -05:00
test_ring_buffer.py Add empty line after module docstring [tests a-e] (#112708) 2024-03-08 08:50:25 -05:00
test_select.py Remove `async_late_forward_entry_setups` and instead implicitly hold the lock (#119088) 2024-06-12 21:06:11 -04:00
test_vad.py Add empty line after module docstring (2) [tests.components] (#112737) 2024-03-08 19:16:21 +01:00
test_websocket.py Add conversation entity (#114518) 2024-04-01 21:34:25 -04:00