Skip to content
Open
Prev Previous commit
Next Next commit
Add non-existent editor case to get_editor_url test
  • Loading branch information
federicobond committed Dec 4, 2025
commit 7275ba1088040057b68a1cd288c0dd82e66cdf17
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def test_get_editor_url(self):
"vscode-insiders-remote": "vscode-insiders://vscode-remote/test.py:5",
"vscodium": "vscodium://file/test.py:5",
"windsurf": "windsurf://file/test.py:5",
Comment thread
federicobond marked this conversation as resolved.
"non-existent-editor": None,
}
for editor, expected_url in editors.items():
with (
Expand Down