mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Rename some runner tests (#117249)
This commit is contained in:
parent
90a50c162d
commit
6f50c60e60
@ -157,7 +157,7 @@ async def test_unhandled_exception_traceback(
|
|||||||
assert "_unhandled_exception" in caplog.text
|
assert "_unhandled_exception" in caplog.text
|
||||||
|
|
||||||
|
|
||||||
def test__enable_posix_spawn() -> None:
|
def test_enable_posix_spawn() -> None:
|
||||||
"""Test that we can enable posix_spawn on musllinux."""
|
"""Test that we can enable posix_spawn on musllinux."""
|
||||||
|
|
||||||
def _mock_sys_tags_any() -> Iterator[packaging.tags.Tag]:
|
def _mock_sys_tags_any() -> Iterator[packaging.tags.Tag]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user