Commit Graph

95 Commits (abd282564a31c5dec14e2038ebf04fdac9ea3278)

Author SHA1 Message Date
ray-x abd282564a improve null_ls loading events and allow golangci_linter
linters to be configurable
2 months ago
ray-x 4d3fa34df0 allow ui.input/ui.select to be configurable issue #444 2 months ago
Mike Cheng 00f154ccd2
fix: prefix -run in GoTestXXX with '-test' (#435)
When providing custom arguments (`:GoTest-n -a -test.timeout=5s`), the
resultant command will be:

`go test <package> -args -test.timeout=5s -run=<exp>`

Since `-run` is after `-args`, the `-test.` prefix is required to be
properly detected. According to `go help testflags`, all test commands
are recognized with this prefix.
3 months ago
ray-x 25d3060f61 using single quote for commands send to shell. It is more special setting for fish 3 months ago
Viorel Craescu 9ccb57766e
go sub tests names needs to be regex quoted (#420)
* go sub tests names needs to be regex quoted

* fix lua tests

* create test scenario
3 months ago
ray-x e0528b5868 fix issue #402 6 months ago
ray-x a1a89f5040 checking windows os: add mingw 7 months ago
rayx c4819d1625
CLI refact (#391)
* some refact of gotest

* issue #376 add handlers to async formatting

* issue #343 title length

* add parallel flag

* disable trace log

* Error lines output in github action

* Go mod update in fixtures
7 months ago
thuan1412 54387e506e
improve GoTestSubCase command (#385)
* save code

* it works

* update tbl case query

* fix file diff

* update tests

---------

Co-authored-by: Thuấn Đỗ Hoàng <thuan.dh@teko.com>
8 months ago
ray-x 1a2530d3e9 go test failed to locate test cases in windows 1 year ago
ray-x 7302dc4a20 ts api updates issue #319 1 year ago
ray-x 1fed4b733c [Feat] ginkgo releated commands and test 1 year ago
ray-x 063bf059e3 [Feat] % to expand to current file in cmdline 1 year ago
ray-x 4d06661337 handle floaterm for tests 1 year ago
ray-x edf61c77e1 allow show stderr from runner 1 year ago
zhaogangang 49929db247
fix:go unit test flag "-run" not "-r" (#302)
* fix:go unit test flag "-run" not "-r"

* fix:just consider not use floaterm

* chores

---------

Co-authored-by: zhaogang <zhaogang@dustess.com>
1 year ago
Yohanes Bandung Bondowoso 595cd561e6
fix: coverage command should be coverprofile #296 (#299)
* fix: coverage command should be coverprofile

* refactor: README
1 year ago
ray-x 8f4386a683 bugfix GoTestXXXX with flag -C for coverage not working #296 1 year ago
ray-x b7f7110d01 performance for null-ls cache path detection
async call inside null-ls
bugfix fish/bash/zsh GoTestFile
1 year ago
ray-x 4f3d09f0a3 use vim.log.levels instead of vim.lsp.log_levels 1 year ago
ray-x 1abff83944 update logs and setup 1 year ago
ray-x 7e3e3746bb skip treesitter when file is not fully loaded 1 year ago
ray-x 2c40773901 issue #279 go tests failed 1 year ago
ray-x ab678d7f42 error format for panic in null-ls go tests 1 year ago
ray-x adab4c599d test file instead of package to speed up 1 year ago
ray-x ae666827cf float position issue #257 1 year ago
ray-x 19e6350fc8 filter on _test.go files 1 year ago
ray-x a0a57a88e8 go code action for null-ls 1 year ago
ray-x 276ebe8654 [Feature] integrate with null-ls. Add go.nvim as a null-ls source
Run `go test` on file save and
show diagnostic messages in LSP virtual text.
1 year ago
ray-x 9394e7decb tidy 1 year ago
ray-x 6ff9cbad4c check go ts parser 1 year ago
ray-x f33866ed00 Feature: run & debug a subtest inside table driven test cases 1 year ago
ray-x 1f52335ea3 feature: go-enum. issue #260, gopls setting move to function local var 1 year ago
ray-x c61d2f447b verbose mode in gotest no longer default, use '-v' instead 🇯🇵 1 year ago
ray-x aa854e3a47 issue #244 coverage -p warning message 2 years ago
ray-x 7720ddcbea gotestfunc -a option 2 years ago
ray-x e9d1c6c021 issue #229 extra args to go 2 years ago
WDdxRW 4edd1c289e
fix test_func (#209)
* fix test_func

* fix test_func
2 years ago
Justin Ginn 4f01936c00
Pass build tags when running tests with dlv (#201)
dlv does provide a flag for passing build tags, although it is diferent
than the build tag flag for the go command line utility. This commit
adds that syntax to pass flags to dlv as specified.

Co-authored-by: Justin Ginn <Justin.ginn@amd.com>
2 years ago
ray-x c3dd9e3ee8 smart build tags 2 years ago
ray-x c94c488307 automatically add build tags to gopls. handle "// go:build tagxxx" 2 years ago
ray-x 2930eb9f17 spelling, default sign highlight 2 years ago
rayx 0e8cc90e30
Bugfix #160 (#167)
* snips

* update ts node spec format

* luasnip up and running

* bugfix alternate file

* Bring in more snippets

* updates for mockery 2.11

* snips for http handler and more

* update doc

* bench test

* for snips

* update treesitter query and api

* refact get_xxx_at_cursor

* update test spec

* update row to vim range

* update col number

* remove comments

* merge conflicts
2 years ago
ray-x 29a23a31e3 issue #153 -count=x 2 years ago
ray-x 36a33ad5b0 #146 better fallback if test runner is non-default and not installed 2 years ago
ray-x eae9af9c1d recommit fix for #145 due to merge failure 2 years ago
ray-x 5873520c34 #143 exact function mane match 2 years ago
ray-x 3f8551cc11 issue #141 the result of shell command should be checked before proccess
the output
2 years ago
ray-x 755e5816f0 guru support 2 years ago
ray-x 9d8117766c dap restart fix, fish fix 2 years ago