mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Reduce scope of bootstrap test fixture to module (#116195)
This commit is contained in:
parent
db8597a742
commit
764b34ab62
@ -44,7 +44,7 @@ async def apply_stop_hass(stop_hass: None) -> None:
|
|||||||
"""Make sure all hass are stopped."""
|
"""Make sure all hass are stopped."""
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="session", autouse=True)
|
@pytest.fixture(scope="module", autouse=True)
|
||||||
def mock_http_start_stop() -> Generator[None, None, None]:
|
def mock_http_start_stop() -> Generator[None, None, None]:
|
||||||
"""Mock HTTP start and stop."""
|
"""Mock HTTP start and stop."""
|
||||||
with (
|
with (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user