hass-core/tests/helpers
epenet c05eca1c82
Remove log flooding prevention logic from discovery info ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-08 10:28:26 -10:00
..
__init__.py Fix PEP257 issues 2016-03-09 11:15:04 +01:00
test_aiohttp_client.py Fix flaky tests around frame helper () 2021-12-08 10:50:56 +01:00
test_area_registry.py Implement suggested_area in the device registry () 2021-02-19 19:34:33 -10:00
test_check_config.py Allow IntegrationNotFound when checking config in safe mode () 2021-09-17 22:25:50 -07:00
test_collection.py Mark entities as unavailable when they are removed but are still registered () 2021-02-08 10:45:46 +01:00
test_condition.py Teach state and numeric_state conditions about entity registry ids () 2021-12-02 14:55:12 -08:00
test_config_entry_flow.py Cleanup of unused connection_class logic () 2021-04-29 23:12:58 +02:00
test_config_entry_oauth2_flow.py Use dataclass for SsdpServiceInfo () 2021-11-29 06:10:07 -10:00
test_config_validation.py Teach state trigger about entity registry ids () 2021-12-02 14:26:45 +01:00
test_debounce.py Drop asynctest () 2021-01-01 22:31:56 +01:00
test_deprecation.py Changes to filename and path validation () 2021-01-26 15:53:21 +01:00
test_device_registry.py Handle invalid device registry entry type () 2021-12-04 09:20:12 +01:00
test_discovery.py Convert discovery helper to use dispatcher () 2021-02-24 13:37:31 -08:00
test_discovery_flow.py Prevent event loop delay / instability from discovery () 2021-10-13 08:37:14 -07:00
test_dispatcher.py Fail tests if wrapped callbacks or coroutines throw () 2020-05-06 14:14:57 -07:00
test_entity.py Migrate entity categories to StrEnum () 2021-12-01 13:54:36 +01:00
test_entity_component.py Cancel config entry retry, platform retry, and polling at the stop event () 2021-04-13 16:16:26 -10:00
test_entity_platform.py Make sure entity inherit disabled device () 2021-12-01 13:59:57 -08:00
test_entity_registry.py Make entity registry disabled_by an enum () 2021-12-02 18:02:29 +01:00
test_entity_values.py Sort imports according to PEP8 for 'tests' () 2019-12-09 16:52:24 +01:00
test_entityfilter.py Don't expose config or diagnostic entities to Amazon Alexa by default () 2021-10-15 09:09:24 -07:00
test_event.py Improve startup of unavailable template entities () 2021-11-22 09:20:38 -08:00
test_frame.py Prevent log flooding in frame helper () 2021-12-06 15:26:31 -08:00
test_httpx_client.py Fix flaky tests around frame helper () 2021-12-08 10:50:56 +01:00
test_icon.py Bump pyupgrade to 2.12.0 () 2021-04-09 09:58:27 -07:00
test_init.py Use set literals in tests () 2020-04-05 02:20:09 +02:00
test_instance_id.py Drop asynctest () 2021-01-01 22:31:56 +01:00
test_integration_platform.py Drop asynctest () 2021-01-01 22:31:56 +01:00
test_intent.py Prefer shorter keys for intent matching () 2021-01-27 12:16:19 +01:00
test_json.py Serialize dates and times to isoformat () 2021-10-27 10:51:38 -07:00
test_location.py Upgrade black to 20.8b1 () 2020-08-27 13:56:20 +02:00
test_network.py Merge multiple context managers in tests () 2021-03-27 09:17:15 +01:00
test_ratelimit.py Implement template rate_limit directive () 2020-10-01 21:39:44 +02:00
test_recorder.py Move async_migration_in_progress () 2021-11-05 10:40:56 +01:00
test_reload.py Move fixtures part 1 () 2021-11-01 20:47:05 -07:00
test_restore_state.py Fix singleton not working with falsey values () 2021-09-11 12:02:01 -07:00
test_script.py Correct validation of conditions in scripts and automations () 2021-12-03 09:08:28 -08:00
test_script_variables.py Add native Python types support to templates () 2020-10-07 00:05:52 +02:00
test_selector.py Add addon selector () 2021-02-24 17:02:48 +01:00
test_service.py Don't add indirectly referenced config entities to service calls () 2021-10-15 08:46:43 -07:00
test_significant_change.py Restore Google/Alexa extra significant change checks () 2021-02-10 16:30:29 +01:00
test_singleton.py Fix singleton not working with falsey values () 2021-09-11 12:02:01 -07:00
test_start.py Set up cloud semi-dependencies at start () 2021-06-01 01:35:31 +02:00
test_state.py Do not use AsyncTrackStates () 2021-03-11 23:18:09 -08:00
test_storage.py Store: copy pending data () 2021-11-18 15:56:22 -08:00
test_storage_remove.py Drop asynctest () 2021-01-01 22:31:56 +01:00
test_sun.py Upgrade Astral to 2.2 () 2021-04-02 00:29:08 +02:00
test_system_info.py Handle KeyError in getuser () 2021-11-14 10:53:19 +01:00
test_temperature.py Various string cleanups () 2020-01-03 14:47:06 +01:00
test_template.py Add template filters pack and unpack () 2021-12-03 08:58:15 +01:00
test_translation.py Refactor persistent notification to no longer route all data via a service () 2021-10-07 12:58:00 +02:00
test_trigger.py Allow integrations to define trigger platforms with a subtype () 2021-08-19 21:43:04 -07:00
test_update_coordinator.py Merge system options into pref properties () 2021-06-01 22:34:31 +02:00