mirror of
https://github.com/Aider-AI/aider
synced 2026-04-27 09:57:04 +02:00
refactor: Simplify editor discovery and command handling logic
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
5b13105d58
commit
d65e3f73df
@@ -84,10 +84,6 @@ def test_discover_editor_override():
|
||||
assert discover_editor("code") == "code"
|
||||
assert discover_editor('vim -c "set noswapfile"') == 'vim -c "set noswapfile"'
|
||||
|
||||
# Test invalid editor command
|
||||
with pytest.raises(RuntimeError):
|
||||
discover_editor('vim "unclosed quote')
|
||||
|
||||
|
||||
def test_pipe_editor_with_fake_editor():
|
||||
# Create a temporary Python script that logs its arguments
|
||||
|
||||
Reference in New Issue
Block a user