Commit Graph

99 Commits (9ccb57766e44458c233a1e4975f78a9340a4ce4b)

Author SHA1 Message Date
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
5 months ago
ray-x dbb712ec9f golden file updates 8 months ago
rayx 7852fd8e1c
Fixtures Updates (#392)
* go mod setup for fixtures

* go mod setup for fixtures

* fillstruct test refactor
8 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
8 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>
9 months ago
rayx c61f9371cd
Fix github pipeline. Make gopls fmt/import async (#366)
* fillstruct updates
* gopls async fmt/import
* github action fix
* add gopls tests
11 months ago
Faustin Date 8ea5439288
Ensure correct tools installation in goenv mode (#332)
* Ensure correct tools installation in goenv mode

Tools will be installed in appropriated directory when
[goenv](https://github.com/syndbg/goenv) manages
GOPATH.

* Check goenv existence with which

* Try better (?) goenv detection command

* Do not check if tool is installed twice

Once a tool is known to be installed, that information is cached in
utils.installed_tools.

* Wait 500ms for action to take effect in tests
1 year ago
ray-x 290ecba852 github action & unit test updates 1 year ago
ray-x a831650732 go test spec update 1 year ago
ray-x 7f18793a6a local test 1 year ago
ray-x c74af231c7 treesitter cache 1 year ago
ray-x d2924e7902 go coverage combine 🎄🎆 2 years ago
rayx 0f72dbdd87
Fix unit test errors 🎄🎆 (#265)
* test pipeline

* update unit tests
2 years ago
ray-x 17adc5c600 [feature] go coverage partially tested, skip covered 🎄🎆 2 years ago
ray-x 02fbdd126c issue #264 coverage line num mismatch 🎄🎆 2 years ago
ray-x a6e01901d2 🇫🇷 🇲🇦 😍 2 years ago
ray-x a99aa80a17 update unit tests 🇦🇷 a🇭🇷 2 years ago
ray-x 7d5c09b9c4 lint 2 years ago
Shaw Vrana 4599360f5d
Add ability to set gomodifytag options in config (#246) 2 years ago
ray-x a5b307c35c shada=NONE 2 years ago
Roy Choo 6602986054
fix(gotest): wrong order of test binary args (#230)
Co-authored-by: Roy Choo <roy.choo@bytedance.com>
2 years ago
Syncrack a32e0c2f1b
ci: add one more empty line (#227) 2 years ago
ray-x 5b33d782f3 GoTestSum and sidepanel 2 years ago
ray-x 28bcaa1f44 quick gen return #170 2 years ago
ray-x 2a48166beb mockgen 2 years ago
ray-x feaef378b7 testcase update 2 years ago
ray-x b7d6288bbd use neovim 0.7 API to create commands. this is a breaking change for anyone using neovim 0.6.x 2 years ago
ray-x 7aed764507 allow more trigger events for codelens 2 years ago
ray-x 144eb6fb2a issue #182 setup merge 2 years ago
ray-x 3774ac0eba lint 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
rayx 104b832ee4
Luasnip (#165)
First commit for luasnip
Most of the snip code is from this repo shark
and TJ's neovim setup config_manager
and ziontee113

* add luasnip for go

* move command out to a dedicated function

* update ts node spec format

* bugfix alternate file

* Bring in more snippets

* updates for mockery 2.11

* snips for http handler and more

* update doc

* bench test
2 years ago
ray-x 1315ed89ad add tests for asyncmake 2 years ago
ray-x 31624e1365 treesitter node for struct and type 2 years ago
ray-x eaec8c45f2 revert changes to golden file 2 years ago
ray-x 8021f2a484 fix test automation 2 years ago
ray-x c588f2bf4a tests updates 2 years ago
ray-x 7102361efd test spec 2 years ago
ray-x a15427f902 mockgen from source 2 years ago
ray-x a86e9d2a29 Feature: add go mock / mockgen 2 years ago
ray-x 981adf9b39 Features:
1) count the overall test coverage per-file and per-project
2) add gotestsum as a test runner option
3) handle windows GOPATH and
4) minor fix: stop GoFmt if no formatter is available
2 years ago
ray-x 65bd2685b4 fix test cases 2 years ago
rayx a7edcfac84
Fix pipeline for neovim 0.6.1 (#142)
* updates delays

* repeat actions

* fix golden file

* fix neovim 0.6.x

* fillstruct updates for 0.6.x

* remove treesitter dependency for fillstruct test
2 years ago
ray-x 93db33751c fillstruct with gopls 2 years ago
ray-x 331e14d728 pipeline updates as treesitter-master no-longer supports nvim 0.6.1. First github 500 stars 2 years ago
ray-x 4bc6b563ce go treesitter locals.scm add go_impl_spec 2 years ago
ray-x 28b553aa52 handle nil output with runner 2 years ago
ray-x 040c7bd110 Update document
Smart build tags detection
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