Speed up the frame helper (#112562)

This commit is contained in:
J. Nick Koston
2024-03-06 20:54:09 -10:00
committed by GitHub
parent 3ccbb2c87a
commit 1fb9cfe37e
12 changed files with 460 additions and 338 deletions

View File

@@ -1122,7 +1122,7 @@ async def test_hass_components_use_reported(
)
integration_frame = frame.IntegrationFrame(
custom_integration=True,
frame=mock_integration_frame,
_frame=mock_integration_frame,
integration="test_integration_frame",
module="custom_components.test_integration_frame",
relative_filename="custom_components/test_integration_frame/__init__.py",