mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
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. |
||
|---|---|---|
| .. | ||
| __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 | ||