neovim / go-client

Nvim Go client
https://pkg.go.dev/github.com/neovim/go-client
Apache License 2.0
578 stars 36 forks source link

nvim: refactoring testcases #70

Closed zchee closed 4 years ago

zchee commented 4 years ago

Refactoring testcases.

zchee commented 4 years ago

Note that t.Parallel will testcase faster, also easy to find data race (In C, tsan?) on tests.