hass-core/tests/components/websocket_api
J. Nick Koston f0f817c361
Serialize websocket event message once (#40453)
Since most of the json serialize work for the websocket was done
multiple times for the same message, we can avoid the overhead
of serializing the same message many times (once per websocket
client) with a cache.
2020-09-22 08:47:04 -05: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 Return the listeners with the template result for the websocket api (#39925) 2020-09-11 13:18:40 -05: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 Serialize websocket event message once (#40453) 2020-09-22 08:47:04 -05:00
test_sensor.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00