hermes-agent/tests/skills
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
..
test_google_oauth_setup.py fix(google-workspace): normalize authorized user token writes 2026-04-16 04:22:16 -07:00
test_google_workspace_api.py fix(google-workspace): normalize authorized user token writes 2026-04-16 04:22:16 -07:00
test_memento_cards.py fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
test_openclaw_migration.py fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
test_telephony_skill.py feat(skills): add optional telephony skill with Twilio, SMS, and AI calls (#1289) 2026-03-14 04:16:48 -07:00
test_youtube_quiz.py fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30