core/tests/components/websocket_api
Paulus Schoutsen 0ca6723378
Allow passing binary to the WS connection (#89882)
* Allow passing binary to the WS connection

* Expand test coverage

* Test non-existing handler

* Allow signaling end of stream using empty payloads

* Store handlers in a list

* Handle binary handlers raising exceptions
2023-03-22 08:36:36 -04:00
..
__init__.py
conftest.py
test_auth.py Add type hints to integration tests (part 24) (#88307) 2023-02-17 16:34:53 +01:00
test_commands.py Adjust json imports in tests (#88248) 2023-02-17 19:13:48 +01:00
test_connection.py Allow passing binary to the WS connection (#89882) 2023-03-22 08:36:36 -04:00
test_decorators.py Add type hints to integration tests (part 24) (#88307) 2023-02-17 16:34:53 +01:00
test_http.py Allow passing binary to the WS connection (#89882) 2023-03-22 08:36:36 -04:00
test_init.py Add type hints to integration tests (part 24) (#88307) 2023-02-17 16:34:53 +01:00
test_messages.py Add type hints to integration tests (part 24) (#88307) 2023-02-17 16:34:53 +01:00
test_sensor.py Add type hints to integration tests (part 24) (#88307) 2023-02-17 16:34:53 +01:00