The EditTool20250728 uses the name "str_replace_based_edit_tool" but tests were checking for the old name "str_replace_editor". This PR updates all test expectations to use the correct tool name.
Changes
✅ Updated test_edit_tool.py to expect "str_replace_based_edit_tool"
✅ Updated test_native_tools_registration.py for correct tool name
✅ Updated test_registry_native_execution.py to execute with correct name
✅ Removed computer tool assertion (intentionally disabled by default)
Test Results
✅ All 3 EditTool naming tests now pass
Type
Test fixes (tool name expectations)
🤖 Generated with Claude Code
## Summary
The `EditTool20250728` uses the name `"str_replace_based_edit_tool"` but tests were checking for the old name `"str_replace_editor"`. This PR updates all test expectations to use the correct tool name.
## Changes
- ✅ Updated `test_edit_tool.py` to expect `"str_replace_based_edit_tool"`
- ✅ Updated `test_native_tools_registration.py` for correct tool name
- ✅ Updated `test_registry_native_execution.py` to execute with correct name
- ✅ Removed computer tool assertion (intentionally disabled by default)
## Test Results
✅ All 3 EditTool naming tests now pass
## Type
- [x] Test fixes (tool name expectations)
🤖 Generated with Claude Code
The EditTool20250728 uses the name "str_replace_based_edit_tool" but
tests were checking for the old name "str_replace_editor". This commit
updates all test expectations to use the correct tool name.
Changes:
- ✅ Updated test_edit_tool.py to expect "str_replace_based_edit_tool"
- ✅ Updated test_native_tools_registration.py for correct tool name
- ✅ Updated test_registry_native_execution.py to execute with correct name
- ✅ Removed computer tool assertion (intentionally disabled by default)
All 3 EditTool naming tests now pass.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
The
EditTool20250728uses the name"str_replace_based_edit_tool"but tests were checking for the old name"str_replace_editor". This PR updates all test expectations to use the correct tool name.Changes
test_edit_tool.pyto expect"str_replace_based_edit_tool"test_native_tools_registration.pyfor correct tool nametest_registry_native_execution.pyto execute with correct nameTest Results
✅ All 3 EditTool naming tests now pass
Type
🤖 Generated with Claude Code