hass-core/tests
J. Nick Koston 69cace1d41 Ensure websocket event serializer cache is effective if subscription iden differs (#42226)
Since someone websocket subscriptions will use an iden of 2 for
state_changed event (most comment), and some will use another
number for all events, the cache would not be used because the
iden number was different.  We now cache only the event and
use a fast replace to insert the iden number into the serailized
response.
2020-10-22 23:33:20 +00:00
..
auth Use core GitHub URL in all files (#41089) 2020-10-03 00:04:11 +02:00
components Ensure websocket event serializer cache is effective if subscription iden differs (#42226) 2020-10-22 23:33:20 +00:00
fixtures Add Switch platform to Advantage Air (#41995) 2020-10-18 13:30:53 -05:00
hassfest Upgrade isort to 5.4.2 (#37939) 2020-08-29 08:23:55 +02:00
helpers Refresh now() templates on second=0 (#42225) 2020-10-22 23:33:20 +00:00
mock Upgrade pytest to 6.0.2 (#39959) 2020-09-15 10:09:56 +02:00
resources
scripts Support dual stack IP support (IPv4 and IPv6) (#38046) 2020-08-04 15:34:23 +02:00
test_util Add support for Flo by Moen water shutoff devices (#38171) 2020-08-10 14:19:38 +02:00
testing_config Rewrite smtp Unittest Tests To Pytest Style (#41720) 2020-10-16 13:55:12 +02:00
util Fix string parameter processing in parse_time_expression (#41468) (#41469) 2020-10-09 11:48:49 +02:00
__init__.py
async_mock.py Upgrade isort to 5.4.2 (#37939) 2020-08-29 08:23:55 +02:00
bandit.yaml Enable some more bandit checks (#30857) 2020-01-20 18:44:55 +02:00
common.py Don't swallow all errors when checking for config validator platform (#42058) 2020-10-19 17:09:57 +02:00
conftest.py Don't try and store exceptions when the key is missing (#41803) 2020-10-16 10:01:58 +02:00
ignore_uncaught_exceptions.py Don't try and store exceptions when the key is missing (#41803) 2020-10-16 10:01:58 +02:00
test_bootstrap.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00
test_config.py Don't swallow all errors when checking for config validator platform (#42058) 2020-10-19 17:09:57 +02:00
test_config_entries.py Add persistent notification for reauth config flows (#41811) 2020-10-15 15:46:27 -05:00
test_core.py Fix state overwrite race condition where two platforms request the same entity_id (#42151) 2020-10-21 17:01:51 +02:00
test_data_entry_flow.py Add current step that is in progress (#35272) 2020-05-05 21:34:51 -07:00
test_loader.py Add MQTT integration discovery (#41332) 2020-10-07 18:30:51 +02:00
test_main.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_requirements.py Add MQTT integration discovery (#41332) 2020-10-07 18:30:51 +02:00
test_setup.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00