mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-27 01:11:40 +00:00
- Fix failing test: use display_text/display_meta_text instead of str() on prompt_toolkit FormattedText objects - Add regression guard: EXPECTED_COMMANDS set ensures no command silently disappears from the shared dict - Add edge case tests: non-slash input, empty input, partial vs exact match trailing space, builtin display_meta content - Add skill provider tests: None provider, exception swallowing, description truncation at 50 chars, missing description fallback, exact-match trailing space on skill commands - Total: 15 tests (up from 4) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_commands.py | ||
| test_config.py | ||
| test_doctor.py | ||
| test_models.py | ||
| test_set_config_value.py | ||