hass-core/tests/components/websocket_api
J. Nick Koston 4a3b40a3ef
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-23 01:28:22 +02:00
..
__init__.py Remove direct authentication via trusted networks or API password (#27656) 2019-10-14 14:56:45 -07:00
conftest.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00
test_auth.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00
test_commands.py Implement time tracking in templates (#41147) 2020-10-19 11:02:43 +02:00
test_connection.py Black 2019-07-31 12:25:30 -07:00
test_http.py Use built-in test helpers on 3.8 (#34901) 2020-04-30 13:29:50 -07:00
test_init.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_messages.py Ensure websocket event serializer cache is effective if subscription iden differs (#42226) 2020-10-23 01:28:22 +02:00
test_sensor.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00