core/tests/helpers
mdegat01 6c7355785a
Add support for glob matching to entity filters (#36913)
* Added GLOB capability to entityfilter and every place that uses it. All existing tests are passing

* added tests for components affected by glob change

* fixed flake8 error

* mocking the correct listener

* mocking correct bus method in azure test

* tests passing in 3.7 and 3.8

* fixed formatting issue from rebase/conflict

* Checking against glob patterns in more performant way

* perf improvments and reverted unnecessarily adjusted tests

* added new benchmark test around filters

* no longer using get with default in entityfilter

* changed filter name and removed logbook from filter benchmark

* simplified benchmark tests from feedback

* fixed apache tests and returned include exclude schemas to normal

* fixed azure event hub tests to properly go through component logic

* fixed azure test and clean up for other tests

* renaming test files to match standard

* merged mqtt statestream test changes with base

* removed dependency on recorder filter schema from history

* fixed recorder tests after merge and a bunch of lint errors
2020-06-23 20:02:29 -05:00
..
__init__.py Fix PEP257 issues 2016-03-09 11:15:04 +01:00
test_aiohttp_client.py Fix flapping aiohttp_client test (#36379) 2020-06-02 10:54:13 -05:00
test_area_registry.py Use built-in test helpers on 3.8 (#34901) 2020-04-30 13:29:50 -07:00
test_check_config.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_collection.py Allow managing Lovelace storage dashboards (#32241) 2020-02-28 12:43:17 -08:00
test_condition.py Add support for multiple states/zones in conditions (#36835) 2020-06-16 00:53:13 +02:00
test_config_entry_flow.py Update config_entry_flow test test_user_has_confirmation (#36633) 2020-06-13 06:43:13 +02:00
test_config_entry_oauth2_flow.py Fix/Rewrite of Toon integration (#36952) 2020-06-22 18:22:41 -07:00
test_config_validation.py Use past tense in messages for already invalidated deprecated configs (#36591) 2020-06-09 23:26:55 -07:00
test_debounce.py Use built-in test helpers on 3.8 (#34901) 2020-04-30 13:29:50 -07:00
test_deprecation.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_device_registry.py Stable device id when a deleted device is restored (#36309) 2020-06-02 21:22:08 +02:00
test_discovery.py Mark config dependency of frontend (#36587) 2020-06-09 23:27:47 -07:00
test_dispatcher.py Fail tests if wrapped callbacks or coroutines throw (#35010) 2020-05-06 14:14:57 -07:00
test_entity.py Complete deprecation of hidden attribute (ATTR_HIDDEN) (#37041) 2020-06-23 17:05:32 -05:00
test_entity_component.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00
test_entity_platform.py Platforms cleanup when adding entity fails (#36742) 2020-06-12 17:54:46 -07:00
test_entity_registry.py Guard bad entity ID in entity registry (#35271) 2020-05-05 15:07:54 -07:00
test_entity_values.py Sort imports according to PEP8 for 'tests' (#29791) 2019-12-09 16:52:24 +01:00
test_entityfilter.py Add support for glob matching to entity filters (#36913) 2020-06-23 20:02:29 -05:00
test_event.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_frame.py Patch aiohttp client session close (#34769) 2020-05-13 09:58:33 +02:00
test_icon.py StarLine integration (#27197) 2019-11-26 11:17:11 -08:00
test_init.py Use set literals in tests (#33669) 2020-04-05 02:20:09 +02:00
test_instance_id.py Extract instance ID helper from updater (#35043) 2020-05-04 11:23:12 -07:00
test_integration_platform.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_intent.py Sort imports according to PEP8 for 'tests' (#29791) 2019-12-09 16:52:24 +01:00
test_json.py Black 2019-07-31 12:25:30 -07:00
test_location.py Black 2019-07-31 12:25:30 -07:00
test_network.py async_get_url -> get_url (#35382) 2020-05-08 21:53:28 +02:00
test_restore_state.py Use built-in test helpers on 3.8 (#34901) 2020-04-30 13:29:50 -07:00
test_script.py Use built-in test helpers on 3.8 (#34901) 2020-04-30 13:29:50 -07:00
test_service.py Fix service registration supported features check (#35718) 2020-05-23 18:11:51 +02:00
test_state.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_storage.py Use built-in test helpers on 3.8 (#34901) 2020-04-30 13:29:50 -07:00
test_sun.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_system_info.py Black 2019-07-31 12:25:30 -07:00
test_temperature.py Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00
test_template.py Listen for group member state changes when using `expand` in templates (#35398) 2020-05-10 10:48:56 -05:00
test_translation.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00
test_update_coordinator.py Use built-in test helpers on 3.8 (#34901) 2020-04-30 13:29:50 -07:00