all repos

utest.nvim @ a96b9b5612626a4670a59eb105aaeb96dd70198b

test runner that you shouldn't be using
2 files changed, 4 insertions(+), 1 deletions(-)
update todos
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-04-03 22:21:05 +0300
Change ID: qzvwlmwzzvnxlzmrksmkknzntmuwlmqw
Parent: db3688a
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)

              
M todo
···
                1
                1
                 - batch tests on .run_file()

              
                2
                2
                 - ocaml adapter

              
                3
                3
                 - mini.test adapter

              
                
                4
                +- look into jobwait()

              
                
                5
                +- on .cancel() tests are shown as failed

              
                
                6
                +- go: if package cant be compiled, tests are shown as failed

              
                4
                7
                 - tests