Fix recorder fixture typing (#136174)

This commit is contained in:
Marc Mueller
2025-01-22 05:18:05 +01:00
committed by GitHub
parent ffcb4d676b
commit f822fd82bb
27 changed files with 100 additions and 87 deletions

View File

@@ -106,7 +106,8 @@ _TEST_FIXTURES: dict[str, list[str] | str] = {
"aiohttp_client": "ClientSessionGenerator",
"aiohttp_server": "Callable[[], TestServer]",
"area_registry": "AreaRegistry",
"async_test_recorder": "RecorderInstanceGenerator",
"async_test_recorder": "RecorderInstanceContextManager",
"async_setup_recorder_instance": "RecorderInstanceGenerator",
"caplog": "pytest.LogCaptureFixture",
"capsys": "pytest.CaptureFixture[str]",
"current_request_with_host": "None",