We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f70d98 commit bac50ceCopy full SHA for bac50ce
1 file changed
tests/test_command.lua
@@ -96,6 +96,11 @@ T[":CopyPythonPath"]["import"]["nested Python file"] = function()
96
end
97
98
T[":CopyPythonPath"]["copies to clipboard if no register is provided"] = function()
99
+ -- CI env may not have clipboard, so skipping it
100
+ if child.fn.has("clipboard") == 0 then
101
+ return
102
+ end
103
+
104
child.api.nvim_command(EDIT_ROOT_FILE_COMMAND)
105
106
child.api.nvim_win_set_cursor(0, { 5, 5 })
0 commit comments