hermes-agent/tests/integration
0xbyt4 b32c642af3 test: add HA integration tests with fake in-process server
Fake HA server (aiohttp.web) simulates full API surface over real TCP:
- WebSocket auth handshake + event push
- REST endpoints (states, services, notifications)

14 integration tests verify end-to-end flows without mocks:
- WS connect/auth/subscribe/event-forwarding/disconnect
- REST list/get/call-service against fake server
- send() notification delivery and auth failure
- 401/500 error handling
2026-02-28 14:28:04 +03:00
..
__init__.py test: reorganize test structure and add missing unit tests 2026-02-26 03:20:08 +03:00
test_batch_runner.py test: reorganize test structure and add missing unit tests 2026-02-26 03:20:08 +03:00
test_checkpoint_resumption.py test: reorganize test structure and add missing unit tests 2026-02-26 03:20:08 +03:00
test_ha_integration.py test: add HA integration tests with fake in-process server 2026-02-28 14:28:04 +03:00
test_modal_terminal.py test: reorganize test structure and add missing unit tests 2026-02-26 03:20:08 +03:00
test_web_tools.py test: reorganize test structure and add missing unit tests 2026-02-26 03:20:08 +03:00