mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-27 01:11:40 +00:00
Add 15 new tests in two classes: - TestRmFalsePositiveFix (8 tests): verify filenames starting with 'r' (readme.txt, requirements.txt, report.csv, etc.) are NOT falsely flagged as 'recursive delete' - TestRmRecursiveFlagVariants (7 tests): verify all recursive delete flag styles (-r, -rf, -rfv, -fr, -irf, --recursive, sudo rm -rf) are still correctly caught All 29 tests pass (14 existing + 15 new). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_approval.py | ||
| test_code_execution.py | ||
| test_delegate.py | ||
| test_file_tools.py | ||
| test_fuzzy_match.py | ||
| test_interrupt.py | ||
| test_patch_parser.py | ||
| test_registry.py | ||
| test_todo_tool.py | ||