Skip to content

Commit 930f0c0

Browse files
committed
test: add print to .venv bin dir
1 parent 6850541 commit 930f0c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_venv_create.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ T['create']['uv_sync'] = function()
4444
child.lua("create.create_venv_with_python('.venv', 'python3')")
4545
child.lua("create.uv_sync('uv.lock', '.venv', function()end, false)")
4646

47+
print(vim.fn.system("ls -l examples/python_projects/uv/.venv/bin/"))
4748
local obj = vim.system({
4849
"examples/python_projects/uv/.venv/bin/python",
4950
"-c",

0 commit comments

Comments
 (0)