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 fix(lsp): never report stale diagnostics — wait for fresh post-edit data 2026-07-20 13:43:36 -04:00
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 fix(lsp): detect Windows wrapper binaries in installer probes 2026-05-30 02:08:36 -07:00
test_lifecycle.py
test_powershell_server.py feat(lsp): add PowerShellEditorServices language server (#55930) 2026-06-30 16:22:18 -07:00
test_protocol.py
test_reporter.py fix(security): sanitize LSP diagnostic fields to prevent indirect prompt injection 2026-06-30 03:48:41 -07:00
test_service.py test: patch load_config_readonly alongside load_config across affected suites 2026-07-29 15:28:15 -07:00
test_shell_linter_lsp_skip.py
test_stale_diagnostics.py refactor(lsp): version-tagged _DocState replaces timestamp freshness tracking 2026-07-20 13:43:36 -04:00
test_workspace.py