hermes-agent/tests
alt-glitch a1e667b9f2 fix(restructure): fix test regressions from import rewrite
Fix variable name breakage (run_agent, hermes_constants, etc.) where
import rewriter changed 'import X' to 'import hermes_agent.Y' but
test code still referenced 'X' as a variable name.

Fix package-vs-module confusion (cli.auth, cli.models, cli.ui) where
single files became directories.

Fix hardcoded file paths in tests pointing to old locations.
Fix tool registry to discover tools in subpackage directories.
Fix stale import in hermes_agent/tools/__init__.py.

Part of #14182, #14183
2026-04-23 12:05:10 +05:30
..
acp refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
agent fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
cli fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
cron fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
e2e refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
environments/benchmarks refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
fakes fix: streaming tool call parsing, error handling, and fake HA state mutation 2026-03-14 14:27:20 +03:00
gateway fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
hermes_cli fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
honcho_plugin refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
integration refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
plugins fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
run_agent fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
skills fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
tools fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
tui_gateway refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
__init__.py A bit of restructuring for simplicity and organization 2025-10-01 23:29:25 +00:00
conftest.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
run_interrupt_test.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_account_usage.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_base_url_hostname.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_batch_runner_checkpoint.py refactor: move standalone scripts to scripts/ directory 2026-04-21 15:23:23 +05:30
test_cli_file_drop.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_cli_skin_integration.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_ctx_halving_fix.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_empty_model_fallback.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_evidence_store.py feat: add OSS Security Forensics skill (Skills Hub) (#1482) 2026-03-15 21:59:53 -07:00
test_hermes_constants.py fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
test_hermes_logging.py fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
test_hermes_state.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_honcho_client_config.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_ipv4_preference.py fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
test_mcp_serve.py fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
test_mini_swe_runner.py refactor: move standalone scripts to scripts/ directory 2026-04-21 15:23:23 +05:30
test_minimax_model_validation.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_minisweagent_path.py chore: remove all remaining mini-swe-agent references 2026-03-24 08:19:23 -07:00
test_model_picker_scroll.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_model_tools.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_model_tools_async_bridge.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_ollama_num_ctx.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_packaging_metadata.py chore: prepare Hermes for Homebrew packaging (#4099) 2026-03-30 17:34:43 -07:00
test_plugin_skills.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_project_metadata.py build(deps): add qrcode to dingtalk + feishu extras (parity with messaging) (#11627) 2026-04-17 13:31:53 -07:00
test_retry_utils.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_sql_injection.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_subprocess_home_isolation.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_timezone.py fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
test_toolset_distributions.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_toolsets.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_trajectory_compressor.py refactor: move standalone scripts to scripts/ directory 2026-04-21 15:23:23 +05:30
test_trajectory_compressor_async.py refactor: move standalone scripts to scripts/ directory 2026-04-21 15:23:23 +05:30
test_transform_tool_result_hook.py fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
test_tui_gateway_server.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_utils_truthy_values.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30