hermes-agent/tests/agent/lsp
teknium1 243c9182b1 test: patch load_config_readonly alongside load_config across affected suites
The readonly swaps mean agent/ modules now read config through
load_config_readonly(); tests that stubbed only load_config stopped
intercepting those reads. Added sibling readonly stubs (same
return_value/side_effect/lambda) at every affected site across 11 test
files, found via a tree-wide sweep of load_config stubs cross-referenced
against the swapped modules. 3,915 tests green across the 38-file
sibling sweep.
2026-07-29 15:28:15 -07:00
..
__init__.py
_mock_lsp_server.py
test_backend_gate.py
test_broken_set.py
test_client_e2e.py
test_delta_key.py
test_diagnostics_field.py
test_eventlog.py
test_install_and_lint_fixes.py
test_lifecycle.py
test_powershell_server.py
test_protocol.py
test_reporter.py
test_service.py
test_shell_linter_lsp_skip.py
test_stale_diagnostics.py
test_workspace.py