core/tests/components/hassio
J. Nick Koston 491bde181c
Speed up hassio send_command url check (#125122)
* Speed up hassio send_command url check

The send_command call checked the resulting path to make
sure that the input path was not modified when converting
to a URL. Since the host is is pre-set, we only need to check
the processed raw_path matches command instead of converting
back to a string, and than comparing it against another
constructed string.

* Speed up hassio send_command url check

The send_command call checked the resulting path to make
sure that the input path was not modified when converting
to a URL. Since the host is is pre-set, we only need to check
the processed raw_path matches command instead of converting
back to a string, and than comparing it against another
constructed string.

* adjust
2024-09-03 15:29:02 +02:00
..
__init__.py
common.py Cleanup hassio fixtures in home assistant hardware integration tests (#124500) 2024-08-23 19:40:35 +02:00
conftest.py Improve type hints in hassio tests (#121221) 2024-07-05 09:05:21 +02:00
test_addon_manager.py Refactor and cleanup zwave_js fixtures to share them (#124485) 2024-08-23 15:42:57 +02:00
test_addon_panel.py Improve type hints in hassio tests (#121221) 2024-07-05 09:05:21 +02:00
test_auth.py Improve type hints in hassio tests (#121221) 2024-07-05 09:05:21 +02:00
test_binary_sensor.py
test_config_flow.py
test_diagnostics.py
test_discovery.py Improve type hints in hassio tests (#121221) 2024-07-05 09:05:21 +02:00
test_handler.py Speed up hassio send_command url check (#125122) 2024-09-03 15:29:02 +02:00
test_http.py Improve type hints in hassio tests (#121221) 2024-07-05 09:05:21 +02:00
test_ingress.py
test_init.py Improve type hints in hassio tests (#121221) 2024-07-05 09:05:21 +02:00
test_issues.py Improve type hints in hassio tests (#121221) 2024-07-05 09:05:21 +02:00
test_repairs.py Improve type hints in hassio tests (#121221) 2024-07-05 09:05:21 +02:00
test_sensor.py
test_system_health.py
test_update.py
test_websocket_api.py Improve type hints in hassio tests (#121221) 2024-07-05 09:05:21 +02:00