Add more fixtures to pylint plugin (#87685)
This commit is contained in:
@@ -91,7 +91,12 @@ _METHOD_MATCH: list[TypeHintMatch] = [
|
||||
]
|
||||
|
||||
_TEST_FIXTURES: dict[str, list[str] | str] = {
|
||||
"aioclient_mock": "AiohttpClientMocker",
|
||||
"aiohttp_client": "ClientSessionGenerator",
|
||||
"caplog": "pytest.LogCaptureFixture",
|
||||
"hass_client": "ClientSessionGenerator",
|
||||
"hass_client_no_auth": "ClientSessionGenerator",
|
||||
"hass_ws_client": "WebSocketGenerator",
|
||||
"mqtt_client_mock": "MqttMockPahoClient",
|
||||
"mqtt_mock": "MqttMockHAClient",
|
||||
"mqtt_mock_entry_no_yaml_config": "MqttMockHAClientGenerator",
|
||||
|
||||
Reference in New Issue
Block a user