hass-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 Add empty line after module docstring (3) (#112750) 2024-03-08 20:38:34 +01:00
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 Add type hints for AiohttpClientMocker in test fixtures (#118691) 2024-06-03 10:13:22 +02:00
test_config_flow.py Use FlowResultType enum in config flow tests A-M (#114681) 2024-04-03 09:21:17 +02:00
test_diagnostics.py Add type hints for AiohttpClientMocker in test fixtures (#118691) 2024-06-03 10:13:22 +02:00
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 Unignore Ruff PLR in tests (#114470) 2024-04-01 11:11:59 +02:00
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 Cleanup unused FixtureRequest in tests (#118780) 2024-06-04 11:49:21 +02:00
test_system_health.py Add more supervisor info to system info panel (#115715) 2024-05-28 16:14:42 +02:00
test_update.py Add type hints for AiohttpClientMocker in test fixtures (#118691) 2024-06-03 10:13:22 +02:00
test_websocket_api.py Improve type hints in hassio tests (#121221) 2024-07-05 09:05:21 +02:00