2 files changed,
4 insertions(+),
1 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-04-03 22:21:05 +0300
Change ID:
qzvwlmwzzvnxlzmrksmkknzntmuwlmqw
Parent:
db3688a
jump to
| M | lua/utest/golang.lua |
| M | todo |
M
lua/utest/golang.lua
··· 267 267 return { "go", "test", "-vet=off", "-json", "-v", "-count=1", pkg_dir } 268 268 end 269 269 270 ----@param test table Test info with name, parent, is_subtest fields 270 +---@param test utest.Test Test info with name, parent, is_subtest fields 271 271 ---@param file string File path 272 272 ---@return string[] Command arguments 273 273 function golang.test_command(test, file)