We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6905c13 commit 9ff746aCopy full SHA for 9ff746a
1 file changed
tests/test_venv_create.lua
@@ -46,6 +46,8 @@ T['create']['uv_sync'] = function()
46
local python_version = vim.fn.system([[python3 -c 'import sys; print(f"{sys.version_info[0]}.{sys.version_info[1]}", end="")']])
47
48
local dep_path = ("examples/python_projects/uv/.venv/lib/python%s/site-packages/boto3"):format(python_version)
49
+
50
+ print(dep_path)
51
eq(vim.fn.isdirectory(dep_path), 1)
52
end
53
0 commit comments