Commit Graph

88 Commits (dfc692486b99996684141b3128f18999de8368f0)

Author SHA1 Message Date
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
11 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>
12 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 2 years ago
ray-x 063bf059e3 [Feat] % to expand to current file in cmdline 2 years ago
ray-x 4d06661337 handle floaterm for tests 2 years ago
ray-x edf61c77e1 allow show stderr from runner 2 years 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>
2 years ago
Yohanes Bandung Bondowoso 595cd561e6
fix: coverage command should be coverprofile #296 (#299)
* fix: coverage command should be coverprofile

* refactor: README
2 years ago
ray-x 8f4386a683 bugfix GoTestXXXX with flag -C for coverage not working #296 2 years ago
ray-x b7f7110d01 performance for null-ls cache path detection
async call inside null-ls
bugfix fish/bash/zsh GoTestFile
2 years ago
ray-x 4f3d09f0a3 use vim.log.levels instead of vim.lsp.log_levels 2 years ago
ray-x 1abff83944 update logs and setup 2 years ago
ray-x 7e3e3746bb skip treesitter when file is not fully loaded 2 years ago
ray-x 2c40773901 issue #279 go tests failed 2 years ago
ray-x ab678d7f42 error format for panic in null-ls go tests 2 years ago
ray-x adab4c599d test file instead of package to speed up 2 years ago
ray-x ae666827cf float position issue #257 2 years ago
ray-x 19e6350fc8 filter on _test.go files 2 years ago
ray-x a0a57a88e8 go code action for null-ls 2 years 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.
2 years ago
ray-x 9394e7decb tidy 2 years ago
ray-x 6ff9cbad4c check go ts parser 2 years ago
ray-x f33866ed00 Feature: run & debug a subtest inside table driven test cases 2 years ago
ray-x 1f52335ea3 feature: go-enum. issue #260, gopls setting move to function local var 2 years ago
ray-x c61d2f447b verbose mode in gotest no longer default, use '-v' instead 🇯🇵 2 years 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
ray-x 040c7bd110 Update document
Smart build tags detection
2 years ago
ray-x 0bf69f9315 pull #136 use cmd string for floating terminal run 2 years ago
ray-x b3c6bde824 flags to load coverage file 2 years ago
ray-x ccaed8c573 cli improvement for gomodifytags, gotest 2 years ago
ray-x 30d30f407a fix diagnostic warnings for all files 2 years ago
ray-x 56143544d7 revert escape changes, it breaks floaterm run 2 years ago
ray-x ad84a0806c update GoTest adding more flags 2 years ago