mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Rename some runner tests (#117249)
This commit is contained in:
@ -157,7 +157,7 @@ async def test_unhandled_exception_traceback(
|
||||
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."""
|
||||
|
||||
def _mock_sys_tags_any() -> Iterator[packaging.tags.Tag]:
|
||||
|
Reference in New Issue
Block a user