Add type hints for FixtureRequest in tests (#118779)

This commit is contained in:
epenet 2024-06-04 10:37:54 +02:00 committed by GitHub
parent 16fd19f01a
commit b54a68750b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 67 additions and 36 deletions

View file

@ -152,6 +152,7 @@ _TEST_FIXTURES: dict[str, list[str] | str] = {
"mqtt_mock_entry": "MqttMockHAClientGenerator",
"recorder_db_url": "str",
"recorder_mock": "Recorder",
"request": "pytest.FixtureRequest",
"requests_mock": "Mocker",
"snapshot": "SnapshotAssertion",
"socket_enabled": "None",