core/tests/components/cloud
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 Use a future for mock coro (#34989) 2020-04-30 16:31:00 -07:00
conftest.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_account_link.py Handle error fetching available account link services (#35485) 2020-05-11 08:09:44 -04:00
test_alexa_config.py Use a future for mock coro (#34989) 2020-04-30 16:31:00 -07:00
test_binary_sensor.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_client.py Fix cloudhooks coming in for non existing webhooks (#36836) 2020-06-15 16:30:40 -07:00
test_google_config.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_http_api.py Add support for glob matching to entity filters (#36913) 2020-06-23 20:02:29 -05:00
test_init.py Use a future for mock coro (#34989) 2020-04-30 16:31:00 -07:00
test_prefs.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_utils.py Black 2019-07-31 12:25:30 -07:00