Add type hints for FixtureRequest in tests (#118779)
This commit is contained in:
parent
16fd19f01a
commit
b54a68750b
27 changed files with 67 additions and 36 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue