Add caplog to known fixtures in pylint plugin (#87617)

This commit is contained in:
epenet
2023-02-07 11:34:02 +01:00
committed by GitHub
parent c78cae4483
commit ef6798e854
3 changed files with 4 additions and 4 deletions

View File

@@ -91,6 +91,7 @@ _METHOD_MATCH: list[TypeHintMatch] = [
]
_TEST_FIXTURES: dict[str, list[str] | str] = {
"caplog": "pytest.LogCaptureFixture",
"mqtt_client_mock": "MqttMockPahoClient",
"mqtt_mock": "MqttMockHAClient",
"mqtt_mock_entry_no_yaml_config": "MqttMockHAClientGenerator",