Add freezer to known test fixtures in pylint (#89825)

Add freezer to known fixtures in pylint
This commit is contained in:
epenet
2023-03-17 03:39:41 +01:00
committed by GitHub
parent e16f17f5a8
commit ff8b91aeea
14 changed files with 61 additions and 31 deletions

View File

@@ -104,6 +104,7 @@ _TEST_FIXTURES: dict[str, list[str] | str] = {
"enable_statistics": "bool",
"enable_statistics_table_validation": "bool",
"entity_registry": "EntityRegistry",
"freezer": "FrozenDateTimeFactory",
"hass_access_token": "str",
"hass_admin_credential": "Credentials",
"hass_admin_user": "MockUser",